Root > Reference > TEurekaLogEvents

Class TEurekaLogEvents

Previous pageReturn to chapter overviewNext page   

EurekaLog 7 component.

 

Unit

EComponent

 

Syntax

 

Code (Delphi)

TEurekaLogEvents = class(TComponent);

 

Remarks

EurekaLog 7 component can be used as simple way to react to EurekaLog's events.

 

This component provides a quick access to EurekaLog events. Normally a EurekaLog event handler is procedure or method which are registered (subscribed) to events via routines in EEvents unit. By using this component you can just double-click on events in IDE's Object Inspector to create handlers. No code writing is necessary.

 

Caution!

While using component is very easy, you should be aware that any component lives as long as its container (form, frame or data module) lives. Thus, any event handler which you create with component will be inactive after your form close.

 

For this reason it's best to avoid component at all and use event handlers directly. Any event handler can be registered via EEvents unit. Best place to register event handler - initialization sections of your units.

 

If you still want to use EurekaLog component - best option is to place it on the main form of your application.

 

Note

It's perfectly fine to have multiple EurekaLog components in your application.

 

 

Events

Events

private

Private members

published

Published members

 

Examples

For sample code of events handlers - please see description of specific events.

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_class_ecomponent_teurekalogevents.php