[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Override this method when the ClientRect for a control differs from the default value.
Source position: controls.pp line 2085
protected procedure TWinControl.AdjustClientRect( |
var ARect: TRect |
); virtual; |
It is called often, so don't use expensive code here, or cache the resulting client rectangle.
|
Returns the adjusted ClientRect, using the cached value if available. |
lazarus-ccr.sourceforge.net |