RAD Studio VCL Reference
|
Base class for Vista style file open dialogs.
TCustomFileOpenDialog = class(TCustomFileDialog);
class TCustomFileOpenDialog : public TCustomFileDialog;
Dialogs
This class extends TCustomFileDialog. File open dialogs extend this base class for Microsoft Windows Vista style file open dialogs. This is a wrapper class for the Windows Vista CLSID_FileOpenDialog and implements the IFileOpenDialog interface.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|