DataBind

[property icon] 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


>DataBind

DataBind

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.

See also

Button methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events. GroupBox methods, properties and events. KCMLEdit methods, properties and events. Picture Button methods, properties and events. Static Text methods, properties and events.