Skip to main content

TdxFilePreviewControlBasedHandler Members

The file preview handler.

Properties

Name Description
FileName Returns the full path to the file for which the preview is displayed. Inherited from TdxFilePreviewCustomHandler.

Methods

Name Description
CreateControl(string) protected Creates a control to be placed in the preview pane.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Initialize Initializes the custom preview handler. Inherited from TdxFilePreviewCustomHandler.
Register(string) Enables the preview handler for the target file extension. Inherited from TdxFilePreviewCustomHandler.
RunInThread protected Indicates if the preview handler supports the initialization in a separate thread. Inherited from TdxFilePreviewCustomHandler.
ToString Inherited from TObject.
Unregister(string) Disables the preview handler for the target file extension. Inherited from TdxFilePreviewCustomHandler.
See Also