[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adjusts column properties to accommodate the largest value in the specified column.
Source position: grids.pas line 957
protected procedure TCustomGrid.AutoAdjustColumn( |
aCol: Integer |
); virtual; |
aCol |
|
Column number adjusted in the method. |
AutoAdjustColumn is called from the DblClick method when the values goColSizing and goDblClickAutoSize have been included in the Options property.
AutoAdjustColumn has an empty implementation in TCustomGrid, and must be overridden in a descendent class.
|
Contains the set of optional features and/or behaviors enabled for the grid. |
|
|
Performs actions needed to handle mouse double click events in the control. |
|
|
Adjusts the column size for the font, text and images used in the specified column. |
lazarus-ccr.sourceforge.net |