Vcl.Dialogs.TCustomFileDialog.DoOnFolderChange

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

Delphi

procedure DoOnFolderChange; dynamic;

C++

DYNAMIC void __fastcall DoOnFolderChange();

プロパティ

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

説明

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

DoOnFolderChangeOnFolderChange イベントを呼び出します(イベントが定義されている場合)。 DoOnFolderChange は,このダイアログでディレクトリが開かれるか,閉じられる前に呼び出されます。 このような変更には,ユーザーがディレクトリをダブルクリックしたり,上向き矢印をクリックしたり,ダイアログの上にあるリストボックスを使ってディレクトリ構造内を移動した場合などがあります。 このイベントは変更の前に発生します。

関連項目