Vcl.Dialogs.TCustomFileOpenDialog.SelectionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SelectionChange: HResult; override;

C++

DYNAMIC HRESULT __fastcall SelectionChange();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileOpenDialog

Description

Respond to a selection change.

SelectionChange performs the appropriate processing for a change to the selection in the dialog. TCustomFileDialog.DoOnSelectionChange is called. The ShellItem and ShellItems properties are updated.

See Also