Caution: this is old EurekaLog 6 documentation. This is not the latest version.
This is the TShowOption type:
Unit ETypes.
TShowOption = ( // Application soAppStartDate, soAppName, soAppVersionNumber, soAppParameters, soAppCompilationDate, soAppUpTime, // Exception soExcDate, soExcAddress, soExcModuleName, soExcModuleVersion, soExcType, soExcMessage, soExcID, soExcCount, soExcStatus, soExcNote, // User soUserID, soUserName, soUserEmail, soUserPrivileges, soUserCompany, // Active Controls soActCtlsFormClass, soActCtlsFormText, soActCtlsControlClass, soActCtlsControlText, // Computer soCmpName, soCmpTotalMemory, soCmpFreeMemory, soCmpTotalDisk, soCmpFreeDisk, soCmpSysUpTime, soCmpProcessor, soCmpDisplayMode, soCmpDisplayDPI, soCmpVideoCard, soCmpPrinter, // Operating System soOSType, soOSBuildN, soOSUpdate, soOSLanguage, soOSCharset, // Network soNetIP, soNetSubmask, soNetGateway, soNetDNS1, soNetDNS2, soNetDHCP, // Custom Data soCustomData);
|