TBarCode Library 11
TBarCode Library 11
|
LONG _stdcall BCGetActiveTextIndex | ( | t_BarCode * | pBarCode | ) |
Gets the currently active text index.
Returns the index of the currently active/selected text.
A return value of
The user can only change the settings of the text that is currently active.
BCSetActiveTextIndex(pBarCode, 1)
all future calls will be applied to text object #1 until another text object is activated in the same manner. [in] | pBarCode | Pointer to barcode structure. |
LONG | The index of the currently active text setting. |