BeginDataEnum

Begins an enumeration of an HsvTransactionData object, and returns a count of the items with which HsvData.GetTransactionData has populated the object.

Note:

After working with the enumerated data, end the enumeration by calling EndDataEnum.

Syntax

<HsvTransactionData>.BeginDataEnum plNumItems

Argument

Description

plNumItems

Long. Returns a count of the items in the HsvTransactionData object’s array.

Example

For an example that uses this method, see the Example for GetTransactionData.