Vcl.SvcMgr.TServiceApplication.Installing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Installing: Boolean;

C++

bool __fastcall Installing(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceApplication

Description

Specifies whether the INSTALL or UNINSTALL command line switches are used.

A call to Installing returns True if the service application is run using the INSTALL or UNINSTALL command line switches. Otherwise, Installing returns False.