指定のプロパティの値を取得します。
構文Reference_Syntax.getAttribute( STRING param )
パラメーター
param
|
取得するプロパティの名前を表す有効な文字列です。
|
JavaScriptvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");
FormCalcvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")
|
|
|