TdxFilePreviewCustomHandler Members
The base class for custom preview handlers.Properties
| Name | Description |
|---|---|
| FileName | Returns the full path to the file for which the preview is displayed. |
Methods
| 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