FMX.MultiView.TMultiViewPresentation.DoShown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoShown; virtual;

C++

virtual void __fastcall DoShown(void);

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.

See Also