Vcl.SvcMgr.TService.Param

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Param[Index: Integer]: String read GetParam;

C++

__property System::UnicodeString Param[int Index] = {read=GetParam};

Properties

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

Description

Lists the parameters to the service.

Param is an indexed property that contains the parameters to the service. These parameters are typed into the Startup Parameters input window in the Service Control Manager.

See Also