RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileOpenDialog Class

Base class for Vista style file open dialogs.

Pascal
TCustomFileOpenDialog = class(TCustomFileDialog);
C++
class TCustomFileOpenDialog : public TCustomFileDialog;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!