FMX.Controls.Presentation.TPresenterNameChoosingEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation


説明

TPresentedControl.OnPresentationNameChoosing イベントのイベント ハンドラの型。

関連項目