FMX.MultiView.TMultiViewPresentation.DoInstall

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoInstall; virtual;

C++

virtual void __fastcall DoInstall();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

Initializes components to be used for the master pane.

You can implement this method to initialize components to be used for the master pane.

See Also