RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPageImpl.InitPropertyPage Method

Initializes the associated property page.

Pascal
procedure InitPropertyPage; virtual;
C++
virtual __fastcall InitPropertyPage();

Do not call InitPropertyPage, TActiveXPropertyPage calls this method after creating both the TPropertyPage and TPropertyPageImpl objects. It sets the TPropertyPageImpl's PropertyPage property, and then calls InitPropertyPage. InitPropertyPage sets an internal field of TPropertyPage so that the TPropertyPage can locate its associated TPropertyPageImpl. In addition, InitPropertyPage initializes some properties on the property page. 

 

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