FMX.MultiView.TMultiViewPresentation.DoUninstall

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUninstall; virtual;

C++

virtual void __fastcall DoUninstall(void);

Properties

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

Description

Launches the multi view component uninstallation procedure.

Optionally, you can implement this method to customize the multi view component uninstallation procedure.

See Also