GetNumericContainerINTValue method (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int GetNumericContainerINTValue(pTW_CAPABILITY pCapability, int nIndex, L_PINT pnValue);

Delphi Syntax

Function GetNumericContainerINTValue (pCapability: pTW_CAPABILITY; nIndex: L_INT; pnValue: L_PINT ): L_INT;

Overview

Refer to How to Work with the Containers.

Remarks

Gets the specified value from a container.

Use this method to get a value from a container's item list when the item list type is integer.

See Also

Elements:

GetNumericContainerItemType method, GetNumericContainerUINTValue method, GetNumericContainerBOOLValue method, GetNumericContainerFIX32Value method, GetNumericContainerFRAMEValue method, GetNumericContainerSTRINGValue method.

Topics:

TWAIN Functionality: Containers.