[Overview][Classes][Procedures and functions][Index] |
Windowed control used to preview the contents of a file in the dialog.
Source position: extdlgs.pas line 64
public property TPreviewFileDialog.PreviewFileControl : TPreviewFileControl |
PreviewFileControl is a read-only TPreviewFileControl property which contains the windowed control used to preview the contents of a file in the dialog. The resources for the property are allocated in the CreatePreviewControl method called when the dialog is executed. The property value is unassigned (contains Nil) prior to calling Execute.
|
TPreviewFileControl - a windowed control allowing the contents of a file to be previewed before opening. |
|
|
CreatePreviewControl - create an instance of the windowed control used in the dialog. |
|
|
Displays the dialog and captures the result. |
Version 4.0 | Generated 2025-05-03 | Home |