|
RAD Studio VCL Reference
|
Creates an instance of TPropertyPage.
constructor Create(AOwner: TComponent); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|