System.Actions.CreateActionProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

CreateActionProc: function(AOwner: TComponent;
ActionClass: TBasicActionClass;
const FrameworkType: string): TBasicAction = nil;

C++

extern DELPHI_PACKAGE System::Classes::TBasicAction* __fastcall (*CreateActionProc)(System::Classes::TComponent* AOwner, System::Classes::TBasicActionClass ActionClass, const System::UnicodeString FrameworkType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions


Beschreibung

Die globale prozedurale Variable, in der eine Prozedur zum Aufrufen von CreateAction gespeichert wird.