Gets the default value for the MaxSize property.
Source position: grids.pas line 574
protected function TGridColumn.GetDefaultMaxSize: Integer; virtual; |
Default value for the MaxSize property.
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.
|
The maximum size for the column. |