GetNumericContainerFRAMEValue method (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int GetNumericContainerFRAMEValue(pTW_CAPABILITY pCapability, int nIndex, pTW_FRAME ptwFrame);

Delphi Syntax

Function GetNumericContainerFRAMEValue (pCapability: pTW_CAPABILITY; nIndex: L_INT; ptwFrame: pTW_FRAME ): 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_FRAME.

See Also

Elements:

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

Topics:

TWAIN Functionality: Containers.