UXFCommaTabSeparatedOptions contains number and date information used by PEEnableEventInfo, when you want to export in a Comma
struct UXFCommaTabSeparatedOptions {
WORD StructSize;
BOOL useReportNumberFormat;
BOOL useReportDateFormat;
};
type
UXFCommaTabSeparatedOptions = record
structSize: Word;
useReportNumberFormat: Bool;
useReportDateFormat: Bool;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |