Vcl.SvcMgr.TServiceApplication.Installing

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Installing: Boolean;

C++

bool __fastcall Installing();

Propriétés

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

Description

Spécifie si les commutateurs de la ligne de commande INSTALL ou UNINSTALL sont utilisés.

Un appel à la méthode Installing renvoie True si l'application de service est exécutée au moyen des commutateurs de la ligne de commande INSTALL ou UNINSTALL. Sinon, la méthode Installing renvoie False.