Table of Contents

TFlexCelTrace Record

This class reports al FlexCel non-fatal errors. Use it to diagnose when something is going wrong.

Syntax

Unit: FlexCel.Core

TFlexCelTrace = record;

Properties

Name Description
Enabled Set this to false if you want to prevent FlexCel from tracing non fatal errors. Note that if you don't have any event attached to this class the result will be the same as having Enabled = false.

Events

Name Description
OnError This event is called each time a non fatal error happens in FlexCel. Hook an event listener to it to be notified when this happens.