Vcl.ActnMenus.TCustomizeActionToolBar.GetActionControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetActionControl(const Index: Integer): TCustomActionControl; override;

C++

virtual Vcl::Actnman::TCustomActionControl* __fastcall GetActionControl(const int Index);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomizeActionToolBar

Beschreibung

Gibt die Aktion eines angegebenen Eintrags im Aktionsband zurück.

Vcl.ActnMenus.TCustomizeActionToolBar.GetActionControl erbt von Vcl.ActnMan.TCustomActionBar.GetActionControl. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCustomActionBar.GetActionControl.

Gibt die Aktion eines angegebenen Eintrags im Aktionsband zurück.

Mit GetActionControl wird die Aktion des im Parameter Index des Aktionsbands angegebenen Eintrags zurückgegeben.

Wenn der Parameter Index nicht gültig ist, gibt GetActionControl nil (Delphi) bzw. NULL (C++) zurück.