RAD Studio VCL Reference
|
Abstract base class for Vista style file dialogs.
TCustomFileDialog = class(TComponent);
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!
|