[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Calculates the width and height for the frame area around the control.
Source position: controls.pp line 2185
protected procedure TWinControl.GetPreferredSizeClientFrame( |
out aWidth: Integer; |
out aHeight: Integer |
); virtual; |
aWidth |
|
Width used for the frame around the control. |
aHeight |
|
Height used for the frame around the control. |
Calculated as follows:
Version 4.0 | Generated 2025-05-03 | Home |