System.Actions.CreateActionProc

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
variable public
System.Actions.pas
System.Actions.hpp
System.Actions System.Actions


説明

CreateAction が呼び出すプロシージャを格納する、グローバルのプロシージャ変数です。