UXFCharSeparatedOptions contains number and date information used by the PEEnableEventInfo, structure when you want to export in a Character Separated format and hard code number and/or date options.
struct UXFCharSeparatedOptions {
WORD StructSize;
BOOL useReportNumberFormat;
BOOL useReportDateFormat;
char stringDelimiter;
char FAR *fieldDelimiter;
};
type
UXFCharSeparatedOptions = record
structSize: Word;
useReportNumberFormat: Bool;
useReportDateFormat: Bool;
stringDelimiter: Char;
fieldDelimiter: PChar;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |