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