FMX.ActnList.TOnCreateComponent

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

Delphi

TOnCreateComponent = procedure (Sender: TObject; var NewComponent: TComponent) of object;

C++

typedef void __fastcall (__closure *TOnCreateComponent)(System::TObject* Sender, System::Classes::TComponent* &NewComponent);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

説明

ターゲット コンポーネントの作成時に特定のアクションを実行するのに使用されるイベントの型です。


TOnCreateComponentOnCreateComponent イベントの型です。

関連項目