FMX.ActnList.TOnCreateComponent

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

C++

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

プロパティ

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

説明

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


TOnCreateComponentOnCreateComponent イベントの型です。

関連項目