Record
Record
Specifies the name of the DEFRECORD bound to the object
Read-only Sym property
Applies to: Data Bind Object
Introduced in KCML version 6.10
This DataBind control property contains the name of the KCML DEFRECORD record associated with the control. It describes the layout of the bound row buffer or structure specified by the Bind property.
A DataBind control is created in the KCML Workbench by dragging the bound record from the record browser and dropping it onto the form's DEFFORM definition in the editor window. This creates a DataBind object with a name of the record name prefixed by 'data_'. The Record property will be set to the name of the record and the Bind property will be defaulted to the record name with a $ sign appended.
The property can be set either with the forms designer or programmatically. In the forms designer click on the ellipsis associated with the DataBind property on a form control. In a program this property can be set at Create() event time.
See here for more on data binding.