EndEnumerationOfStoredData

Unlocks a subcube that was locked by BeginEnumerationOfStoredData.

Tip:

Whenever BeginEnumerationOfStoredData is called, use EndEnumerationOfStoredData in any subsequent error handling to make sure that the subcube is unlocked.

Syntax

<HsvCurrencyCube>.EndEnumerationOfStoredData lHandle

Argument

Description

lHandle

Long (ByVal). The item’s handle. Pass the handle that was returned by BeginEnumerationOfStoredData.

Example

EndEnumerationOfStoredData is used in the Example for GetOneCellFromStoredItem.