RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComServer.IsInprocServer Property

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

Pascal
property IsInprocServer: Boolean;
C++
__property Boolean IsInprocServer;

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. 

 

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