OFXBatchItemCount Property

The number of records in the OFXBatchItem arrays.

Syntax

ANSI (Cross Platform)
int GetOFXBatchItemCount();
int SetOFXBatchItemCount(int iOFXBatchItemCount); Unicode (Windows) INT GetOFXBatchItemCount();
INT SetOFXBatchItemCount(INT iOFXBatchItemCount);
@property (nonatomic,readwrite,assign,getter=OFXBatchItemCount,setter=setOFXBatchItemCount:) int OFXBatchItemCount;
- (int)OFXBatchItemCount;
- (void)setOFXBatchItemCount:(int)newOFXBatchItemCount;
#define PID_OFXBATCH_OFXBATCHITEMCOUNT 12

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_OFXBatch_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_OFXBatch_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at OFXBatchItemCount - 1.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]