FMX.MultiView.Types.TDrawerAppearance.Create

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

Delphi

constructor Create(AOwner: TComponent; const AInternalChange: TNotifyEvent);

C++

__fastcall TDrawerAppearance(System::Classes::TComponent* AOwner, const System::Classes::TNotifyEvent AInternalChange);

プロパティ

種類 可視性 ソース ユニット
constructor public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TDrawerAppearance

説明

TMultiViewAppearance のインスタンスを作成します。

FMX.MultiView.Types.TDrawerAppearance.Create は FMX.MultiView.Types.TMultiViewAppearance.Create を継承しています。以下の内容はすべて FMX.MultiView.Types.TMultiViewAppearance.Create を参照しています。 TMultiViewAppearance のインスタンスを作成します。

Create は、パラメータを 2 つ取ります:

  • AOwner: これらの設定の所有者
  • AInternalChangeOnChanged イベントのイベント ハンドラ。

関連項目