FMX.MultiView.TMultiViewPresentation.DoUninstall

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUninstall; virtual;

C++

virtual void __fastcall DoUninstall();

Properties

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

Description

Launches the uninstal procedure of the MultiView component.

You can implement this method to customize the uninstal procedure of the MultiView component.

See Also