TdxFilePreviewCustomHandler Methods
The base class for custom preview handlers.| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| Initialize | Initializes the custom preview handler. |
| Register(string) | Enables the preview handler for the target file extension. |
| RunInThread protected | Indicates if the preview handler supports the initialization in a separate thread. |
| ToString | Inherited from TObject. |
| Unregister(string) | Disables the preview handler for the target file extension. |
See Also