getAttribute

指定のプロパティの値を取得します。

構文

Reference_Syntax.getAttribute( STRING param )

パラメーター

param

取得するプロパティの名前を表す有効な文字列です。

戻り値

プロパティの値を表す有効な文字列です。

適用先

モデル

オブジェクト

XFA モデル

packet

node クラスにも適用されます。

バージョン

XFA 2.1

JavaScript

var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");

FormCalc

var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")