RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOpenDialog Class

TOpenDialog displays a file-selection dialog.

Pascal
TOpenDialog = class(TCommonDialog);
C++
class TOpenDialog : public TCommonDialog;

Dialogs

TOpenDialog displays a modal Windows dialog box for selecting and opening files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Open, the dialog closes and the selected file or files are stored in the Files property. 

 

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