Struct TextTypingShortcutHelper

helper for locating items in list, tree, table or other controls by typing their name

struct TextTypingShortcutHelper;

Fields

NameTypeDescription
timeoutMillis int

Properties

NameTypeDescription
text[get] dstringreturns collected text string - use it for lookup

Methods

NameDescription
cancel () cancel text collection (next typed text will be collected from scratch)
onKeyEvent (event) pass key event here; returns true if search text is updated and you can move selection using it
onMouseEvent (event) cancel text typing on some mouse events, if necessary