[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.GetPreferredSizeClientFrame

Calculates the width and height for the frame area around the control.

Declaration

Source position: controls.pp line 2195

protected procedure TWinControl.GetPreferredSizeClientFrame(

  out aWidth: Integer;

  out aHeight: Integer

); virtual;

Arguments

aWidth

  

Width used for the frame around the control.

aHeight

  

Height used for the frame around the control.

Description

Calculated as follows:


Version 3.2 Generated 2024-02-25 Home