API:System.Win.ComServ.TComServer

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TComServerObjectSystem.TObjectTComServer

Delphi

TComServer = class(TComServerObject)

C++

class PASCALIMPLEMENTATION TComServer : public System::Win::Comobj::TComServerObject

Properties

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

Description

TComServerObject is the abstract base class for TComServer.

System.Win.ComServ.TComServer inherits from System.Win.ComObj.TComServerObject. All content below this line refers to System.Win.ComObj.TComServerObject.

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