[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if default layout settings are used for the grid column.
Source position: grids.pas line 604
public function TGridColumn.IsDefault: Boolean; virtual; |
True if the column uses its default settings.
IsDefault is a Boolean function used to determine if the grid column uses default values in properties used to layout and configure the class instance. The return value is True when all of the following conditions are met:
IsDefault is used during LCL component streaming to determine whether items in the Columns collection need to be included in the resource stream when the private WriteColumns method is called.
|
True if the columns contain default values only. |
|
|
Definitions for the columns displayed the grid. |
Version 4.0 | Generated 2025-05-03 | Home |