Adjusts the client rectangle and sets the grid flag to reflect the change.
Source position: grids.pas line 953
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. Calls the inherited method on entry. Updates the GridFlags property to included the value gfClientRectChange.
|
Contains grid-specific state flags active for the control. |
|
|
Represents state flags used in a grid control. |
|
|
Override this method when the ClientRect for a control differs from the default value. |