GetNumericContainerFIX32Value method (Twain Control)
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