FMX.MultiView.TCustomMultiView.Presenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Presenter: TMultiViewPresentation read FPresenter;

C++

__property TMultiViewPresentation* Presenter = {read=FPresenter};

Properties

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

Description

Keeps the object providing the presentation of the master pane of the current MultiView component.

See Also