[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adjusts the client rectangle and sets a grid flag to reflect the change.
Source position: grids.pas line 978
protected procedure TCustomGrid.AdjustClientRect( |
var ARect: TRect |
); override; |
ARect |
|
Client rectangle adjusted in the method. |
AdjustClientRect is an overridden method used to adjust the client rectangle for the control, and set the grid flag to reflect the change. It calls the inherited method on entry. AdjustClientRect updates the GridFlags property to included the value gfClientRectChange.
The method does not perform any real actions other than setting the flag value in GridFlags. gfClientRectChange indicates that the cached sizes for grid Columns needs to be recalculated for the visible area before the grid control is drawn.
|
Contains grid-specific state flags active for the control. |
|
|
Draws the edges, borders, and rows in the grid control. |
|
|
Represents state flags used in a grid control. |
|
|
Override this method when the ClientRect for a control differs from the default value. |
Version 4.0 | Generated 2025-05-03 | Home |