FMX.Controls.Presentation.TPresenterNameChoosingEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPresenterNameChoosingEvent = procedure (Sender: TObject; var PresenterName: string) of object;

C++

typedef void __fastcall (__closure *TPresenterNameChoosingEvent)(System::TObject* Sender, System::UnicodeString &PresenterName);

Propriétés

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


Description

Type de gestionnaire d'événement pour l'événement TPresentedControl.OnPresentationNameChoosing.

Voir aussi