オブジェクトのプロパティ取得【ObjectGet】

double ObjectGet(string name, int index)

 

The function returns the value of the specified object property. To check errors, one has to call the GetLastError() function.

この関数は指定されたオブジェクト プロパティの値を返します。エラーをチェックするためには、GetLastError() 関数を呼び出さなくてはなりません。

See also ObjectSet() function.

参照 ObjectSet() 関数

Parameters:

パラメータ:

name
Object name.

オブジェクトの名前。

index
Object property index. It can be any of the Object properties enumerationvalues.

オブジェクトのプロパティ インデックス。Object 型の列挙値のいずれかを指定できます。

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">