count

書式

actionListObject.count

説明

ActionListオブジェクトの総数を返します。
1
2
var aList=new ActionList();
alert(aList.count);

目次に戻る