FMX.ActnList.TOnCreateComponent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Beschreibung

Typ von Ereignissen für das Ausführen bestimmter Aktionen beim Erstellen der Zielkomponente.

TOnCreateComponent ist der Typ des Ereignisses OnCreateComponent.

Siehe auch