[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns True if the column title uses the default property values.
Source position: grids.pas line 499
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 columns 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.
|
Indicates if default layout settings are used for the grid column. |
|
|
Contains the attributes for the title in the fixed header for the column. |
|
|
Collection used to store column definitions for a grid control. |
|
|
Definitions for the columns displayed the grid. |
Version 4.0 | Generated 2025-05-03 | Home |