Vcl.Dialogs.TCustomFileOpenDialog.SelectionChange

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function SelectionChange: HResult; override;

C++

DYNAMIC HRESULT __fastcall SelectionChange();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileOpenDialog

説明

選択の変更に応答します。

SelectionChange は,ダイアログの選択内容の変更に対して適切な処理を実行します。 TCustomFileDialog.DoOnSelectionChange が呼び出されます。 ShellItem プロパティと ShellItems プロパティが更新されます。

関連項目