DataBind
DataBind
Binds the control to a table object
Integer SYM index property
Applies to: Button , Grid , GridCell , GroupBox , KCMLEdit , Picture Button , Static Text
Introduced in KCML version 6.10
The DataBind$ property was introduced in KCML 6.10 to replace the older DataSource property. It applies to any data aware control that is bound to a KCML variable through a DataBind object containing a DEFRECORD specification. Its value is the name of the DataBind object.
Generally this is set at design time in the Forms Designer. It can be selected from a dropdown list of available objects and there is also an ellipsis against the property which can be used to inspect or edit the properties of the DataBind object.
See here for more on data binding.