API:Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.CalcLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcLayout; override;

C++

virtual void __fastcall CalcLayout();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSmallSplitButton

Description

Computes the layout of the component.

Vcl.RibbonActnCtrls.TRibbonSmallSplitButton.CalcLayout inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton.CalcLayout. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.CalcLayout.

Computes the layout of the component.

CalcLayout computes the layout of the component. CalcBounds calls CalcLayout to compute the component boundaries.

See Also