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() 関数を呼び出さなくてはなりません。
参照 ObjectSet() 関数
Parameters: パラメータ:
| name |
- |
Object name. オブジェクトの名前。 |
| index |
- |
オブジェクトのプロパティ インデックス。Object 型の列挙値のいずれかを指定できます。 |
|
Sample: サンプル: color oldColor=ObjectGet("hline12", OBJPROP_COLOR);
|