Vcl.Dialogs.TCustomFileDialog.DoOnExecute

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

Delphi

procedure DoOnExecute; dynamic;

C++

DYNAMIC void __fastcall DoOnExecute();

プロパティ

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

説明

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

DoOnExecuteOnExecute イベントを呼び出します(イベントが定義されている場合)。 DoOnExecuteExecute メソッドによって呼び出されるため,このイベントは TCustomFileDialog のインスタンスが実行されるたびに発生します。 Execute によってダイアログが表示されます。

関連項目