Vcl.ActnCtrls.TCustomComboControl.CalcBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcBounds; override;

C++

virtual void __fastcall CalcBounds();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomComboControl

Description

Calculates the size of the custom combo control.

CalcBounds computes the boundaries of the custom combo control. At the end, it calls SetBounds and other routines to ensure that the values are set properly.

See Also