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:
パラメータ:
|
Sample:
サンプル:
1 | color oldColor=ObjectGet("hline12", OBJPROP_COLOR); |