Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TEdit - InputType := Number error?
Tue, Feb 23 2016 9:17 PMPermanent 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 PMPermanent Link

Trinione

I fixed this using KeyPress.

See other thread close to this date.
Image