「マクロリファレンス:Editors コレクション」の版間の差分

提供: MeryWiki
ナビゲーションに移動 検索に移動
ページの作成:「== プロパティ == === Count プロパティ === 文書の数を取得します。 ;構文 <source lang="javascript"> function get Count() : int </source> === I...」
 
編集の要約なし
 
1行目: 1行目:
== プロパティ ==
== プロパティ ==


=== Count プロパティ ===
=== Count プロパティ ===
9行目: 8行目:
function get Count() : int
function get Count() : int
</source>
</source>


=== Item プロパティ ===
=== Item プロパティ ===

2017年9月2日 (土) 21:56時点における最新版

プロパティ[編集]

Count プロパティ[編集]

文書の数を取得します。

構文
function get Count() : int

Item プロパティ[編集]

指定するインデックスの Editor オブジェクトを取得します。

構文
function get Item(value : int) : Editor
スポンサーリンク