RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonDialog.Create Constructor

Creates and initializes a TCommonDialog instance.

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

Call Create to instantiate a common dialog component at runtime. Dialogs added to forms or data modules at design time are created automatically. 

After calling the inherited constructor, Create performs the following actions: 

Placeholder #1. 

 

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