SHDocVw.TInternetExplorerMedium.InitServerData
Delphi
procedure InitServerData; override;
C++
virtual void __fastcall InitServerData();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | SHDocVw.pas SHDocVw.hpp |
SHDocVw | TInternetExplorerMedium |
Description
Initializes the ServerData property to reflect the type library information of the COM server.
SHDocVw.TInternetExplorerMedium.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.