How to use this component

Top  Previous  Next

EurekaLog install the TEurekaLog component into the EurekaLog component palette.

 

 

This component has seven events:

 

OnExceptionNotify                        a wrapper for the ExceptionNotify EurekaLog event (called when EurekaLog traps an UNHANDLED exception).
OnHandledExceptionNotify                a wrapper for the HandledExceptionNotify EurekaLog event (called when EurekaLog traps an HANDLED exception).
OnExceptionActionNotify                a wrapper for the ExceptionActionNotify EurekaLog event.
OnExceptionErrorNotify                a wrapper for the ExceptionErrorNotify EurekaLog event.
OnAttachedFilesRequest                a wrapper for the AttachedFilesRequest EurekaLog event
OnCustomDataRequest                a wrapper for the CustomDataRequest EurekaLog event.
OnCustomWebFieldsRequest        a wrapper for the CustomWebFieldsRequest EurekaLog event.
OnPasswordRequest                a wrapper for the PasswordRequest EurekaLog event.
OnCustomButtonClickNotify                a wrapper for the CustomButtonClickNotify EurekaLog event.

 

 

Warning:

 

You can use this component to simplify management of your EurekaLog events, but it's more reliable use the original events because TEurekaLog component is created only when its parent form is created did not allowing to handled EurekaLog events before its creation.

 

 

 

See the "Examples" topic for further details.