CursorMode Method

This member of RFTerminal Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

An RF device may use one of two different cursor types: a hardware based blinking block or a software based solid carrot. The CursorMode method will return the current state of the RF device's cursor.

VB

nCursorMode = object.CursorMode ()

VC++

HRESULT hr = object->CursorMode(short *nCursorMode);

Return Value

nCursorMode

The cursor state for the RF device.

The possible values are:

SOFTWARECURSOR - Software solid carrot cursor.

HARDWARECURSOR - Hardware blinking square cursor.

Remarks

For network efficiency purposes, the settings within the RFTerminal object are initially only set when the object is first created. Therefore, to return the most current information you must first use the ReadTerminalInfo Method which will update the RFTerminal object with the latest device settings before making a call to any other methods.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal