Table of Contents
Trigger a user-defined action when a user momentarily stops typing. We all know there’s a KeyDown/KeyUp/and TextChanged event, but when running database queries or filtering information, the event truly only needs to occur when the user pauses typing for a moment. This will speed-up queries, reduce CPU/memory bogging, and is an all-around better experience for the end-user. The XDSActiveTextField is fully customizable from background, border and text colors, to icon, borders thickness, and border radius.Â
Version: 2023r1
Properties #
ActiveText as Boolean | BorderThickness as Integer | IsEnabled as Boolean | Textsize as Integer |
BackColor as Color | FontName as String | Text as String | |
BorderColor as Color | HasIcon as Boolean | TextColor as Color | |
BorderRadius as Integer | Icon as Picture | TextHint as String |
Methods #
NONE
Events #
ActiveTextFired | Opening |
KeyPress(Key as String) | TextChanged |