TFlexCelPrintDocument.Canceled Property
If true the printing 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 printing will be canceled too. So normally you don't need this property, just Terminate the thread.
Syntax
Unit: FlexCel.Render
property TFlexCelPrintDocument.Canceled: Boolean
See also