[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default width for the specified column
Source position: dbgrids.pas line 464
protected function TCustomDBGrid.GetDefaultColumnWidth( |
Column: Integer |
):Integer; override; |
Column |
|
Column number to use for the calculation |
Default width of the column
GetDefaultColumnWidth is an overridden Integer function used to get the default width for the specified column number. GetDefaultColumnWidth calls the DefaultFieldColWidth method for the specified column. The return value is the width of the column calculate using either the display name or the display width for the TField in the column.
lazarus-ccr.sourceforge.net |