DepositLineCount Property
The number of records in the DepositLine arrays.
Syntax
int GetDepositLineCount();
int SetDepositLineCount(int iDepositLineCount);
Default Value
0
Remarks
This property controls the size of the following arrays:- DepositLineAccountId
- DepositLineAccountName
- DepositLineAmount
- DepositLineCheckNumber
- DepositLineClassId
- DepositLineClassName
- DepositLineEntityId
- DepositLineEntityName
- DepositLineLineId
- DepositLineMemo
- DepositLinePaymentId
- DepositLinePaymentLineId
- DepositLinePaymentMethodId
- DepositLinePaymentMethodName
- DepositLineRefId
The array indices start at 0 and end at DepositLineCount-1.
This property is not available at design time.
Data Type
Integer