textField
Returns the name of the query field that is currently assigned to the 'Text' binding (TextFrame) at runtime. This property is read-only.
Type
String
Example
if (Chart1.textField == 'State') {
StateSelectionList1.visible = true;
}
else {
StateSelectionList1.visible = false;
}
See Also
bindingInfo.setTextField(col, type), to set the 'Text' binding in script.
bindingInfo.getTextField(), to return the design-time 'Text' binding.
| << sizeField | © 1996-2013 InetSoft Technology Corporation (v11.4) | geoFields >> |