FMX.Controls.Presentation.TPresenterNameChoosingEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Type of event handler for the TPresentedControl.OnPresentationNameChoosing event.

See Also