Table of Contents

TFlexCelHtmlExport.Canceled Property

If true the export has been canceled with Cancel method. You can't set this variable to false, and setting it true is the same as calling Cancel. 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

property TFlexCelHtmlExport.Canceled: Boolean

See also