FMX.MultiView.TMultiViewPresentation.DoOpen
Delphi
procedure DoOpen(const ASpeed: Single = DefaultSpeed); virtual;
C++
virtual void __fastcall DoOpen(const float ASpeed = 0.000000E+00f);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | TMultiViewPresentation |
Description
Specifies how to open the master pane.
Optionally, you can implement this method to customize the master pane behavior when it opens.