FMX.MultiView.TCustomMultiView.CustomPresentationClass

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

Delphi

property CustomPresentationClass: TMultiViewPresentationClass read FCustomPresentationClass write SetCustomPresentationClass;

C++

__property TMultiViewPresentationClass CustomPresentationClass = {read=FCustomPresentationClass, write=SetCustomPresentationClass};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView


説明

MultiView コントロールのマスタ ペインプレゼンテーションのための、カスタム クラスを参照します。

ユーザーは、マスタ ペインのプレゼンテーションをカスタマイズすることができます。 MultiView コントロールを Custom に設定し、TMultiViewPresentation または FMX.MultiView.Presentations.pas ユニットで宣言された他のクラス(MyPresentationClass など)から派生した、独自のクラスを宣言する必要があります。

カスタム プレゼンテーション クラスは、CustomPresentationClass プロパティに設定される必要があります。 「モバイル チュートリアル:マルチビュー コンポーネントを使用して情報の代替ビューを表示する(iOS および Android)」のサブセクション「カスタム モード」を参照してください。

関連項目