Vcl.OleServer.TOleServer.ServerData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ServerData: PServerData read FServerData write FServerData;

C++

__property PServerData ServerData = {read=FServerData, write=FServerData};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Encodes information about the COM server to which ServerData connects.

ServerData uses ServerData internally to store type library information describing its COM server. Each ServerData descendant initializes this property in the constructor, specifying the information it needs to establish a connection.

See Also