FMX.MultiView.TMultiView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiView.TCustomMultiViewFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTMultiView

Delphi

TMultiView = class(TCustomMultiView)

C++

class PASCALIMPLEMENTATION TMultiView : public TCustomMultiView

Properties

Type Visibility Source Unit Parent
class public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView FMX.MultiView

Description

Represents a container (master pane) for other controls and provides a way for you to easily present alternate views of information.

The TMultiView component allows you to implement a master-detail interface, which can be used for any target platform (such as an iOS, Android, or desktop application).

  • In the master pane, you can display a collection of any visual controls, such as edit boxes, labels, lists, and so forth.
  • The detail pane displays information based on the properties of controls in the master pane.

For more information and a sample application, see Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and Android).

See Also