[Overview][Classes][Procedures and functions][Index] |
Creates the PreviewFileControl and displays the dialog.
Source position: extdlgs.pas line 61
protected function TPreviewFileDialog.DoExecute: Boolean; override; |
DoExecute is an overridden Boolean function in TPreviewFileDialog.
DoExecute calls the CreatePreviewControl method to allocate resources for the PreviewFileControl property. It calls the inherited method to display the dialog, select a file on the local file system, and get the return value for the method. The return value is True when the dialog return value in UserChoice is mrOk.
DoExecute is called from the Execute method in the TCommonDialog ancestor class.
|
CreatePreviewControl - create an instance of the windowed control used in the dialog. |
|
|
Windowed control used to preview the contents of a file in the dialog. |
|
|
Displays the dialog and captures the result. |
|
|
Contains the modal result value selected by the user. |
|
|
Performs actions needed to display the dialog and capture its result. |
Version 4.0 | Generated 2025-05-03 | Home |