Vcl.Dialogs.TFileOpenDialog.OnSelectionChange

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

Delphi

property OnSelectionChange: TNotifyEvent read FOnSelectionChange write FOnSelectionChange;

C++

__property OnSelectionChange;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileOpenDialog

説明

ユーザーが、ダイアログ内の選択を変更した際に発生します。

Vcl.Dialogs.TFileOpenDialog.OnSelectionChange は Vcl.Dialogs.TCustomFileDialog.OnSelectionChange を継承しています。以下の内容はすべて Vcl.Dialogs.TCustomFileDialog.OnSelectionChange を参照しています。

ユーザーが、ダイアログ内の選択を変更した際に発生します。

OnSelectionChange は、ユーザーが、ダイアログ内の選択を変更した際に発生します。 DoOnSelectionChange メソッドが、このイベントのトリガとなります。

関連項目