Semper Posted March 19, 2013 Posted March 19, 2013 In UniNumberEdit component Text property not visible in Object Inspector and only may be set in code for example UniNumberEdit1.Text:='0.12'; This is bug or feature? Quote
Lena Posted May 7, 2015 Posted May 7, 2015 I also encountered this. It would be correct in the future. Thanks. Quote
Bresler Posted May 14, 2015 Posted May 14, 2015 Due to UniNumberEdit was created for numbers only, I think Text property was disabled for validation purposes, enabling the Value property wich accepts any numeric type. Quote
Lena Posted May 14, 2015 Posted May 14, 2015 I need this property for event OnFormShow: UniNumberEdit1->Text = ""; 1 Quote
SayeyeZohor Posted February 5, 2018 Posted February 5, 2018 I need this property for event OnFormShow: UniNumberEdit1->Text = ""; UniNumberEdit1.clear; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.