Table of Contents

TFlexCelPdfExport.Cancel Method

Cancels a running export. This method is equivalent to setting Canceled = true. Note: Please note that when you set a thread to Terminated, the exporting will be canceled too. So normally you don't need this method, just Terminate the thread.

Syntax

Unit: FlexCel.Render

procedure TFlexCelPdfExport.Cancel;

See also