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;

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