System.Win.ComObj.TComServerObject.ServerKey
Delphi
property ServerKey: string read GetServerKey;
C++
__property System::UnicodeString ServerKey = {read=GetServerKey};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComServerObject |
Description
Indicates whether the COM server is an in-process server or whether it is a local server.
The abstract accessor methods for ServerKey are overridden in descendant classes.