RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.Password Property

Specifies the password, optionally used depending upon the ServiceStartName, for accessing the service.

Pascal
property Password: String;
C++
__property AnsiString Password;

Password is the password for the account name specified by the ServiceStartName property if the ServiceType is stWin32.  

If Password is nil (Delphi) or NULL (C++), or if it points to an empty string, the service has no password. If ServiceType is stDevice or stFileSystem, this parameter is ignored. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!