オブジェクトのプロパティ設定【ObjectSet】

bool ObjectSet(string name, int index, double value)

 

Changes the value of the specified object property. If the function succeeds, the returned value will be TRUE. Otherwise, it will be FALSE. To get the detailed error information, one has to call the GetLastError() function.

指定したオブジェクトのプロパティ値を変更します。正常終了した場合、返される値は TURE になります。それ以外の場合、FALSE になります。詳細なエラー情報を取得するには、GetLastError() を呼び出します。

See also ObjectGet() function.

参照 ObjectGet() 関数

Parameters:

パラメータ:

name
Object name.

オブジェクトの名前。

index
Object value index. It can be any of Object properties enumeration values.

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

value
New value of the given property.

指定したプロパティの新しい値。

 

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="">