FMX.ActnList.TOnCreateComponent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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.

See Also