GetTextOfCapValue  Method

Description         This function retrieves the text associated to the value of capability if possible. For example if the capability is ICAP_ORIENTATION and the value is 1 the text will be “TWOR_ROT90”.

Usage                  ret = [form.]TWAIN. GetTextOfCapValue CapId Value

Returns               ret                           String              Text associated to the value or empty string.

Remarks             CapId                     Long                Capability ID.

                            Value                      Long                Value of the capability.

Programing Notes

 

See Also