Vcl.SvcMgr.TService.ParamCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamCount: Integer read GetParamCount;

C++

__property int ParamCount = {read=GetParamCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Indicates the number of startup parameters for the service.

ParamCount is the number of parameters for the service. These parameters are typed into the Startup Parameters input window in the Service Control Manager.

See Also