FMX.Controls.Presentation.TPresenterNameChoosingEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TPresentedControl.OnPresentationNameChoosing.

Siehe auch