WholeDataAware
WholeDataAware
The entire grid is data aware against a single data record
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Grid
Introduced in KCML version 6.00
A typical use of data awareness on grids is to have one data record per grid row. The DataField property is typically set for columns and the DataAwareRow method is called to update a grid row from the current record. However, there are cases where the entire grid is represented by a single data record and individual cells have the DataField property set. In these cases the WholeDataAware property should be set to TRUE. No method is needed to update the data as it is permamently bound to the single data source, and so all updates can take place automatically as they do for dbedits.