SHDocVw.TShellWindows.InitServerData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitServerData; override;

C++

virtual void __fastcall InitServerData();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
SHDocVw.pas
SHDocVw.hpp
SHDocVw TShellWindows

Description

Initializes the ServerData property to reflect the type library information of the COM server.

SHDocVw.TShellWindows.InitServerData inherits from Vcl.OleServer.TOleServer.InitServerData. All content below this line refers to Vcl.OleServer.TOleServer.InitServerData.

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