Vcl.Dialogs.TFileSaveDialog.OnFileOkClick

From RAD Studio API Documentation

Delphi

property OnFileOkClick: TFileDialogCloseEvent read FOnFileOkClick write FOnFileOkClick;

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. {{#multireplace:Vcl.Dialogs.TFileSaveDialog.OnFileOkClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnFileOkClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnFileOkClick|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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