Vcl.SvcMgr.TService.Interactive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interactive: Boolean read FInteractive write SetInteractive default False;

C++

__property bool Interactive = {read=FInteractive, write=SetInteractive, default=0};

Properties

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

Description

Indicates whether the service is interactive with the Windows desktop.

Interactive indicates whether the service can interact with the Windows desktop. Interactive only has an effect when ServiceType is stWin32. For more information about creating interactive NT services, see the Microsoft Help.

See Also