Root > Compatibility > 5.x -> 6.x > EurekaLog 6 Documentation > Types > TEurekaModuleOptions type

TEurekaModuleOptions type

Previous pageReturn to chapter overviewNext page   

Caution: this is old EurekaLog 6 documentation. This is not the latest version.

 

This is the TEurekaModuleOptions type:

 

Unit ECore.

 

 TEurekaModuleOptions = class(TObject)

 ...

public

  // Methods...

  constructor Create(ModuleName: string ['']; SaveSharedData: Boolean [False]);

  procedure   Assign(Source: TEurekaModuleOptions);

  procedure   SetToDefaultOptions;

  procedure   SaveToStream(Stream: TStream);

  procedure   LoadFromStream(Stream: TStream);

  procedure   SaveToFile(FileName: string);

  procedure   LoadFromFile(FileName: string);

  procedure   SaveCustomizedTextsToFile(const FileName: string);

  procedure LoadCustomizedTextsFromFile(const FileName: string);

  // Properties...

  property ModuleName:                           string ...;

  property SMTPFrom:                             string ...;

  property SMTPHost:                             string ...;

  property SMTPPort:                             Word ...;

  property SMTPUserID:                           string ...;

  property SMTPPassword:                         string ...;

  property FreezeActivate:                       Boolean ...;

  property FreezeTimeout:                        Integer ...;

    property ExceptionsFilters:                    TEurekaExceptionsFilters ...;

  property CustomizedTexts[Index: TMessageType]: string ...;

    property TextsCollection:                      string ...;

  property ActivateLog:                          Boolean ...;

  property SaveLogFile:                          Boolean ...;

  property ActivateHandle:                       Boolean ...;

  property ForegroundTab:                       TForegroundType ...;

  property AppendLogs:                           Boolean ...;

  property TerminateBtnOperation:               TTerminateBtnOperation ...;

  property LogOptions:                           TLogOptions ...;

  property ShowOptions:                         TShowOptions ...;

  property ErrorsNumberToSave:                   Integer ...;

  property ErrorsNumberToShowTerminateBtn:       Integer ...;

  property OutputPath:                           string ...;

  property EMailAddresses:                       string ...;

  property EMailSubject:                         string ...;

  property EMailMessage:                         string ...;

  property EMailSendMode:                       TEmailSendMode ...;

  property WebSendMode:                         TWebSendMode ...;

  property WebURL:                               string ...;

  property WebUserID:                           string ...;

  property WebPassword:                         string ...;

  property WebPort:                              Integer ...;

  property CommonSendOptions:                   TCommonSendOptions ...;

  property AttachedFiles:                       string ...;

    property ExceptionDialogType:                  TExceptionDialogType ...;

  property ExceptionDialogOptions:               TExceptionDialogOptions ...;

  property AutoCloseDialogSecs:                  Integer ...;

  property SupportURL:                           string ...;

  property HTMLLayout:                           string ...;

  property AutoCrashOperation:                   TTerminateBtnOperation ...;

  property AutoCrashNumber:                      Integer ...;

  property AutoCrashMinutes:                     Integer ...;

  property CallStackOptions:                     TCallStackOptions ...;

  property BehaviourOptions:                     TBehaviourOptions ...;

    property LeaksOptions:                         TLeaksOptions ...;

    property ProxyURL:                             string ...;

    property ProxyUserID:                          string ...;

    property ProxyPassword:                        string ...;

    property ProxyPort:                            Word ...;

    property TrakerUserID:                         string ...;

    property TrakerPassword:                       string ...;

    property TrakerAssignTo:                       string ...;

    property TrakerProject:                        string ...;

    property TrakerCategory:                       string ...;

    property TrakerTrialID:                        string ...;

    property ZipPassword:                          string ...;

    property CompiledFileOptions:                  TCompiledFileOptions ...;

    property ReproduceText:                        string ...;

end;




Send feedback... Build date: 2022-01-17
Last edited: 2018-06-14
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/old_teurekamoduleoptionstype.php