GetNumericContainerSTRINGValue method (Twain Control)
Builder Syntax |
int GetNumericContainerSTRINGValue(pTW_CAPABILITY pCapability, int nIndex, const char * twString); |
Delphi Syntax |
Function GetNumericContainerSTRINGValue (pCapability: pTW_CAPABILITY; nIndex: L_INT; twString: TW_STR1024 ): 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_STR1024.
See Also