E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SpecialFieldCount Property

The number of records in the SpecialField arrays.

Syntax

ANSI (Cross Platform)
int GetSpecialFieldCount();
int SetSpecialFieldCount(int iSpecialFieldCount); Unicode (Windows) INT GetSpecialFieldCount();
INT SetSpecialFieldCount(INT iSpecialFieldCount);
@property (nonatomic,readwrite,assign,getter=specialFieldCount,setter=setSpecialFieldCount:) int specialFieldCount;
- (int)specialFieldCount;
- (void)setSpecialFieldCount:(int)newSpecialFieldCount;
#define PID_ECHECK_SPECIALFIELDCOUNT 52

INPAY_EXTERNAL void* INPAY_CALL InPay_ECheck_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ECheck_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 SpecialFieldCount - 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]