Vcl.Dialogs.TFileSaveDialog.OnFileOkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFileOkClick;

C++

__property OnFileOkClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

Occurs when the user clicks the OK button.

Vcl.Dialogs.TFileSaveDialog.OnFileOkClick inherits from Vcl.Dialogs.TCustomFileDialog.OnFileOkClick. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.OnFileOkClick.

Occurs when the user clicks the OK button.

OnFileOkClick occurs when the user clicks the OK button. The event occurs just before the dialog returns with a result. If an event handler is defined, the property contains a pointer to a TFileDialogCloseEvent. The DoOnFileOkClick method triggers this event.

See Also