Vcl.ActnMan.TCustomActionControl.CalcLayout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CalcLayout; virtual;

C++

virtual void __fastcall CalcLayout();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Beschreibung

Berechnet das Layout des Menüeintrags.

CalcLayout berechnet das Layout des Menüeintrags. CalcBounds ruft CalcLayout zum Berechnen der Grenzen des Menüeintrags auf.

Siehe auch