getBoolean()
書式
actionListObject
.getBoolean(
インデックス
)
説明
ActionListから指定したインデックスにある真偽値(trueまたはfalse)を読み出します。
var aList=new ActionList(); aList.putBoolean(true); alert(aList.getBoolean(0));
目次に戻る