Returns True if the column title uses the default property values.
Source position: grids.pas line 493
public function TGridColumnTitle.IsDefault: Boolean; |
True if the column title uses the default property values.
IsDefault is a Boolean function used to determine if the column title uses the default values assigned when the class instance was created. The return value is True when all of the following conditions are met:
IsDefault is when the coloumns for the parent grid are streamed using the LCL component streaming mechanism. Columns which contain default values (including the title) are not written during component streaming.
|
True if the column is the default column in the grid. |
|
|
Text displayed as the column title. |
|
|
Collection used to store column definitions for a grid control. |
|
|
Definitions for the columns in the grid. |