[Overview][Types][Classes][Procedures and functions][Index] |
Executes the file open dialog.
Source position: lazdialogs.pas line 54
protected function TLazOpenDialog.DoExecute: Boolean; override; |
True when the file open dialog was not cancelled during execution.
DoExecute is an overridden Boolean function used to execute the Lazarus File Open dialog. The return value is True when the ShowModal method in the dialog form is a value other than mrCancel. DoExecute also updates the FileName member to reflect the value returned on the dialog form.
|
Implements the form displayed for TLazOpenDialog descendants. |
|
|
File name for the selected file in the Lazarus dialog form. |
|
|
Displays the form as a modal dialog. |
Version 4.0 | Generated 2025-05-03 | Home |