RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog Class

Abstract base class for Vista style file dialogs.

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

Dialogs

File dialogs, such as open and save, extend this abstract base class for Microsoft Windows Vista style file dialogs. This is a wrapper class for the Windows Vista common item dialog and implements the IFileDialog interface. 

 

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