RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInternetExplorer.InitServerData Method

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

Pascal
procedure InitServerData; override;
C++
virtual __fastcall InitServerData();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!