Récupère une valeur de propriété spécifiée.
SyntaxeReference_Syntax.getAttribute( STRING param )
Paramètres
param
|
Chaîne valide représentant le nom de la propriété à récupérer.
|
RenvoieChaîne valide représentant la valeur de la propriété.
JavaScriptvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");
FormCalcvar sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")
|
|
|