Vcl.Dialogs.TFileSaveDialog.OnSelectionChange

From RAD Studio API Documentation

Delphi

property OnSelectionChange: TNotifyEvent read FOnSelectionChange write FOnSelectionChange;

C++

__property OnSelectionChange;

Properties

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

Description

Occurs when the user changes the selection in the dialog. {{#multireplace:Vcl.Dialogs.TFileSaveDialog.OnSelectionChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnSelectionChange|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.OnSelectionChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when the user changes the selection in the dialog.

OnSelectionChange occurs when the user changes the selection in the dialog. The DoOnSelectionChange method triggers this event.

See Also