TIsahDBGridDBColumn Component
Description
Describes the display attributes and field bindings of a TIsahDBGrid column.
Use Columns to read or set the field bindings and display attributes of the columns in the data-aware grid.
Remarks
Field properties can be accessed by calling the field object of the TIsahDBGRid column. For example, aColumn.field.Decimals = 3 sets the number of decimals of the field bound to aColumn.
If manipulation of field properties is necessary it is recommended to use a TIsahCDSQuery dataset. By using a TIsahCDSQuery the fields always are Isah fields. Isah fields have extra properties to manipulate the display format (e.g. time formatting).