TdxRichEditControlBeforeExportEvent Type
Declaration
TdxRichEditControlBeforeExportEvent = procedure(Sender: TdxCustomRichEditControl; ADocumentFormat: TdxRichEditDocumentFormat; var AUriTarget: string) of object;
Parameters
Name | Type |
---|---|
Sender | TdxCustomRichEditControl |
ADocumentFormat | TdxRichEditDocumentFormat |
AUriTarget | string |
See Also