FMX.MultiView.TMultiViewPresentation.State

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

Delphi

property State: TPresentationStates read FState;

C++

__property TPresentationStates State = {read=FState, nodefault};

プロパティ

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


説明

MultiView コンポーネントの現在のプレゼンテーションを示す TPresentationStates 方の値を返します。

関連項目