FMX.MultiView.TMultiViewPresentation.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TPresentationStates read FState;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

Returns a value of the TPresentationStates type that indicates a current presentation state of the MultiView component.

See Also