RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPage.Create Constructor

Creates an instance of TPropertyPage.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TPropertyPage(TComponent * AOwner);

Call Create to instantiate a property page at runtime. Property pages added at design time are created automatically. Pass a single Component as an argument to assign the property page an owner that is responsible for freeing the property page. 

Create instantiates the helper objects used by the property page. 

 

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