[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions to resize a column or row to the specified size.
Source position: grids.pas line 1104
protected procedure TCustomGrid.HeaderSizing( |
const IsColumn: Boolean; |
const AIndex: Integer; |
const ASize: Integer |
); virtual; |
IsColumn |
|
True when the resize action is for a column, or False for a row. |
AIndex |
|
Column or row index resized in the method. |
ASize |
|
New size for the column or row. |
HeaderSizing has an empty implementation in TCustomGrid. It is overridden in descendent classes.
lazarus-ccr.sourceforge.net |