MaxRecordSize Property
The maximum length of a given record.
Syntax
ANSI (Cross Platform) int GetMaxRecordSize();
int SetMaxRecordSize(int iMaxRecordSize); Unicode (Windows) INT GetMaxRecordSize();
INT SetMaxRecordSize(INT iMaxRecordSize);
@property (nonatomic,readwrite,assign,getter=maxRecordSize,setter=setMaxRecordSize:) int maxRecordSize; - (int)maxRecordSize; - (void)setMaxRecordSize:(int)newMaxRecordSize;
#define PID_OFTPCLIENT_MAXRECORDSIZE 20 IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
Default Value
0
Remarks
This value determines the maximum length for a record in the outgoing virtual file. When VirtualFileFormat has been set to ffUnstructured or ffText, this value must be zero. When ffFixed or ffVariable, this must be set to a value greater than 0, containing the maximum line length of the outgoing file.
Data Type
Integer