[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the default value for the MaxSize property.
Source position: grids.pas line 580
protected function TGridColumn.GetDefaultMaxSize: Integer; virtual; |
Default value for the MaxSize property.
The return value is always 200 (pixels) in TGridColumn.
GetDefaultMaxSize is called when reading or writing the value for the MaxSize property if an explicit value has not already been assigned for the member.
|
The maximum size for the column in pixels. |
Version 4.0 | Generated 2025-05-03 | Home |