E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CheckCount Property

The number of records in the Check arrays.

Syntax

ANSI (Cross Platform)
int GetCheckCount();
int SetCheckCount(int iCheckCount); Unicode (Windows) INT GetCheckCount();
INT SetCheckCount(INT iCheckCount);
@property (nonatomic,readwrite,assign,getter=checkCount,setter=setCheckCount:) int checkCount;
- (int)checkCount;
- (void)setCheckCount:(int)newCheckCount;
#define PID_CHECK21_CHECKCOUNT 3

INPAY_EXTERNAL void* INPAY_CALL InPay_Check21_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_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 CheckCount - 1.

This property is not available at design time.

Data Type

Integer

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