Vcl.Dialogs.TCustomFileDialog.DoOnFileOkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoOnFileOkClick: Boolean; dynamic;

C++

DYNAMIC bool __fastcall DoOnFileOkClick();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Call OnFileOkClick event method if defined.

DoOnFileOkClick calls the OnFileOkClick event, if the event is defined. DoOnFileOkClick is called whenever the user clicks the OK button. The event occurs just before the dialog returns with a result.

See Also