Vcl.Dialogs.TCustomFileDialog.DoOnSelectionChange

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

Delphi

procedure DoOnSelectionChange; dynamic;

C++

DYNAMIC void __fastcall DoOnSelectionChange();

プロパティ

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

説明

OnSelectionChange イベントメソッドを呼び出します(定義されている場合)。

DoOnSelectionChangeOnSelectionChange イベントを呼び出します(イベントが定義されている場合)。DoOnSelectionChange は,ダイアログで選択をユーザーが変更したときに呼び出されます。

関連項目