Vcl.ActnMan.TCustomActionControl.CalcLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcLayout; virtual;

C++

virtual void __fastcall CalcLayout();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Computes the layout of the menu item.

CalcLayout computes the layout of the menu item. CalcBounds calls CalcLayout to compute the menu item boundaries.

See Also