GetNumericContainerFIX32Value method (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int GetNumericContainerFIX32Value(pTW_CAPABILITY pCapability, int nIndex, pTW_FIX32 ptwFix);

Delphi Syntax

Function GetNumericContainerFIX32Value (pCapability: pTW_CAPABILITY; nIndex: L_INT; ptwFix: pTW_FIX32 ): 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 TW_FIX32.

See Also

Elements:

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

Topics:

TWAIN Functionality: Containers.