TdxFilePreviewControlBasedHandler Methods
The file preview handler.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