FMX.MultiView.TMultiViewPresentation.MultiView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiView: TCustomMultiView read FMultiView;

C++

__property TCustomMultiView* MultiView = {read=FMultiView};

Properties

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

Description

Returns a reference to a multi view component with which you work.

Use this reference to get or set properties of the multi view component you want to customize.

See Also