FMX.ActnList.TOnCreateComponent
Delphi
TOnCreateComponent = procedure (Sender: TObject; var NewComponent: TComponent) of object;
C++
typedef void __fastcall (__closure *TOnCreateComponent)(System::TObject* Sender, System::Classes::TComponent* &NewComponent);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | FMX.ActnList |
Description
Type of events used for taking specific actions when the target component is created.
TOnCreateComponent is the OnCreateComponent event's type.