Vcl.Dialogs.TFileSaveDialog.OnFolderChanging

From RAD Studio API Documentation

Delphi

property OnFolderChanging: TFileDialogFolderChangingEvent read FOnFolderChanging write FOnFolderChanging;

C++

__property OnFolderChanging;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

Occurs before a directory is opened or closed from the dialog. {{#multireplace:Vcl.Dialogs.TFileSaveDialog.OnFolderChanging|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnFolderChanging|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnFolderChanging|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs before a directory is opened or closed from the dialog.

OnFileOkClick occurs before a directory is opened or closed from the dialog. This can happen when the user double-clicks a directory, clicks the Up arrow, or uses the list box at the top of the dialog to navigate through the directory structure. If an event handler is defined, the property contains a pointer to a TFileDialogFolderChangingEvent. The DoOnFolderChanging method triggers this event.

See Also