System.Win.ComObj.TComServerObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTComServerObject

Delphi

TComServerObject = class(TObject)

C++

class PASCALIMPLEMENTATION TComServerObject : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

TComServerObject is the abstract base class for TComServer.

TComServerObject is used as a base class for the TComServer class. All of its methods are abstract and protected. The TComServerObject introduces protected abstract methods that are overridden in descendant classes as accessor functions for its properties. These methods are implemented in the TComServer class. All of the properties of TComServerObject are read-only.

To use a COM server object, include the ComServ unit in the project. This unit automatically instantiates the descendant TComServer class and assigns that object to the ComServ variable in the ComServ unit.

See Also