Vcl.CmAdmCtl.TCOMAdminCatalog.InitServerData

From RAD Studio API Documentation

Delphi

procedure InitServerData; override;

C++

virtual void __fastcall InitServerData(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Initializes the ServerData property to reflect the type library information of the COM server. {{#multireplace:Vcl.CmAdmCtl.TCOMAdminCatalog.InitServerData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.OleServer.TOleServer.InitServerData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.OleServer.TOleServer.InitServerData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also