[Overview][Types][Classes][Index] |
Adjusts the client rectangle when borders are drawn for the control.
Source position: toolwin.pp line 63
protected procedure TToolWindow.AdjustClientRect( |
var ARect: TRect |
); override; |
ARect |
|
Client rectangle for the control. |
AdjustClientRect is a procedure used to adjust the specified client rectangle when borders are drawn for the control. AdjustClientRect ensures that the client rectangle is increased in size according to values in EdgeBorders and the drawing styles in EdgeOuter and EdgeInner.
|
Indicates the edges to be drawn with a border on the control. |
|
|
Specifies the drawing style used for the outer border of the control. |
|
|
Specifies the drawing style used for the inner border of the control. |
Version 4.0 | Generated 2025-05-03 | Home |