RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReplaceDialog.Create Constructor

Creates and initializes a TReplaceDialog instance.

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

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

AOwner is the component responsible for freeing the TReplaceDialog instance. It becomes the value of the Owner property. 

 

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