Root > Reference > All Classes > TEurekaModuleOptions

Class TEurekaModuleOptions

Previous pageReturn to chapter overviewNext page   

EurekaLog options.

 

Unit

EClasses

 

Syntax

 

Code (Delphi)

TEurekaModuleOptions = class(TInterfacedPersistent);

 

Remarks

This class represents EurekaLog options. EurekaLog options are usually stored as one instance per one loaded executable module. However, you can also create a new instance of this class on your request (to create custom options).

 

Usually you work with this class via CurrentEurekaLogOptions global function or via Options property of other EurekaLog classes (such as dialogs, call stacks, etc.).

 

Options are stored as named pairs text (name=value). Each option occupies one line only. Value is encoded to remove special characters (non-printable, line breaks, etc.). Complex values can be cached.

 

Note

If you need to constantly use some option value - consider to save it into variable to optimize performance.

 

For a list of properties - please, refer to description of EurekaLog project options UI. Description of almost every option contains name of corresponding property of TEurekaModuleOptions class. For example:

 

Note

1. "Save bug report to file" (.SaveLogFile) option enables saving...

 

This means that you can change this option at run-time by altering .SaveLogFile property of either global CurrentEurekaLogOptions or local Options property of exception object in event handlers.

 

 




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_eclasses_teurekamoduleoptions.php