FMX.ActnList.TOnCreateComponent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList FMX.ActnList

Description

Type d'événements utilisés pour entreprendre des actions spécifiques lors de la création du composant cible.

TOnCreateComponent est le type de l'événement OnCreateComponent.

Voir aussi