Vcl.ActnMan.TCustomActionBar.GetActionControl
Delphi
function GetActionControl(const Index: Integer): TCustomActionControl; virtual;
C++
virtual TCustomActionControl* __fastcall GetActionControl(const int Index);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Beschreibung
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.