FMX.MultiView.TMultiViewPresentation.DoShown
Delphi
procedure DoShown; virtual;
C++
virtual void __fastcall DoShown();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.MultiView.pas FMX.MultiView.hpp | FMX.MultiView | TMultiViewPresentation | 
Description
Invokes MultiView.OnShown.
DoShown should be called when the master pane of TMultiView is opened.