UXFRecordStyleOptions contains number and date information used by PEEnableEventInfo, when you want to export in a Record style (columns of values) format and hard code number and/or date options.
struct UXFRecordStyleOptions {
WORD StructSize;
BOOL useReportNumberFormat;
BOOL useReportDateFormat;
};
type
UXFRecordStyleOptions = record
structSize: Word;
useReportNumberFormat: Bool;
useReportDateFormat: Bool;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |