IE_GETRECOG

Retrieves the current recognition setting of the control.

Parameters

wParam

Not used; must be 0.

lParam

Not used; must be 0.

Return Value

If successful, returns the following recognition flags, which can be combined using the bitwise-OR operator:

Constant
Description
IEREC_ALL
All recognition enabled.
IEREC_GESTURE
Gesture recognition enabled.
IEREC_NONE
Recognition disabled.

Otherwise, returns IER_PARAMERR to indicate that wParam or lParam is invalid.

Comments

Currently, IEREC_GESTURE and IEREC_ALL are equivalent.

See Also

IE_SETRECOG

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples