valueXQL |
It refers to the string that sets and retrieves the XPath of a business object's data node that must be set for the value of a Select or List control.
Syntax
Script |
sText = ControlID.valueXQL |
Remarks
During design time, this property can be set through the value property of the control on the property sheet.
LISTBoxElement.labelXQL = "description/string"; LISTBoxElement.valueXQL ="cn/string"; LISTBoxElement.initialize(newModel);