RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.Create Constructor

Creates and initializes a TPageSetupDialog instance.

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

The Create method generates a TPageSetupDialog instance, but the new dialog does not appear on the form at runtime until the Execute method is called. 

AOwner is the component, typically a form or data module, that is responsible for freeing the TPageSetupDialog instance. It becomes the value of the Owner property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!