RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOpenPictureDialog.Create Constructor

Creates and initializes a TOpenPictureDialog instance.

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

The Create method generates a TOpenPictureDialog instance, but the dialog does not appear at runtime until the Execute method is called. Create initializes the Filter property by defining a filter for each file type that TPicture supports. 

 

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