I can’t find documentation what all the different text boxes in the toolbox are for. I am adding text boxes that will display numeric data with decimals - some are static some are user inputs.
Does it matter?
I can’t find documentation what all the different text boxes in the toolbox are for. I am adding text boxes that will display numeric data with decimals - some are static some are user inputs.
Does it matter?
Use the numeric editor for numbers. The text editors would save numeric input as a string ("123.45", not 123.45)
Doesn’t matter if it is to just display or as user input.