[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridColumnTitle.IsDefault

Returns True if the column title uses the default property values.

Declaration

Source position: grids.pas line 496

public function TGridColumnTitle.IsDefault: Boolean;

Function result

True if the column title uses the default property values.

Description

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.

See also

TGridColumn.IsDefault

  

True if the column is the default column in the grid.

TGridColumn.Title

  

Text displayed as the column title.

TGridColumns

  

Collection used to store column definitions for a grid control.

TCustomGrid.Columns

  

Definitions for the columns displayed the grid.