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

TGridColumn.GetDefaultMaxSize

Gets the default value for the MaxSize property.

Declaration

Source position: grids.pas line 577

protected function TGridColumn.GetDefaultMaxSize: Integer; virtual;

Function result

Default value for the MaxSize property.

Description

The return value is always 200 in TGridColumn.

GetDefaultMaxSize is called when read or writing the value for the MaxSize property, and an explicit value has not already been assigned for the member.

See also

TGridColumn.MaxSize

  

The maximum size for the column.