System.Win.ComServ.TComServer.IsInprocServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsInprocServer: Boolean read FIsInprocServer write FIsInprocServer;

C++

__property bool IsInprocServer = {read=FIsInprocServer, write=FIsInprocServer, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComServ.pas
System.Win.ComServ.hpp
System.Win.ComServ TComServer

Description

Indicates whether the COM server is an in-process server.

InProcServer indicates whether the COM server is an in-process server, meaning that it is running the same process space as the object's container. The value of this property is set in the COM server's constructor and is determined by the IsLibrary variable.

The library assumes that all OLE automation servers in DLLs are in-process servers, and that those in applications are not.

See Also