OleServer.TOleServer.InitServerData
From RAD Studio VCL Reference
Contents |
Delphi Information
From OleServer.pas
procedure InitServerData virtual; abstract;
Unit: OleServer
Type: method
Visibility: protected
Member Of: TOleServer
C++ Information
From OleServer.hpp
virtual void __fastcall InitServerData(void);
Unit: OleServer
Type: method
Visibility: protected
Member Of: TOleServer
Description
Initializes the ServerData property to reflect the type library information of the COM server.
The InitServerData constructor calls InitServerData to initialize ServerData with information from the COM server's type library.
InitServerData is an abstract a pure virtual method in InitServerData. Each InitServerData descendant implements this method so that the ServerData property reflects its particular COM server.