Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Support Forums
»
Elevate Web Builder General
»
View Thread
View Thread
The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
TEdit - InputType := Number error?
Tue, Feb 23 2016 9:17 PM
Permanent Link
Trinione
Entering letters after numbers is accepted for a TEdit object InputType := tiNumber
Example, the following are accepted:
25ddd
23.33dddd
25`dddddd
How to get to correctly accept numbers and decimal point only?
Wed, Feb 24 2016 3:51 PM
Permanent Link
Trinione
I fixed this using KeyPress.
See other thread close to this date.