Struct TextTypingShortcutHelper
helper for locating items in list, tree, table or other controls by typing their name
struct TextTypingShortcutHelper;
Properties
| Name | Type | Description |
text[get]
|
dstring | returns collected text string - use it for lookup
|
Methods
| Name | Description |
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
|