TdxFilePreviewCustomHandler.Initialize Method
Initializes the custom preview handler.
Declaration
function Initialize: Boolean; virtual; abstract;
Returns
Type | Description |
---|---|
Boolean | True if the preview handler is initialized successfully; otherwise, False. |
Remarks
You should override this function in a TdxFilePreviewCustomHandler class descendant to initialize a preview handler.
See Also