This component is TEdit for entering of Float or Integer Numbers with formatting and controlling of entered one
Property | Value | Description |
SciType | TIASciType | Integer or Float Number will entered |
SciIntegerValue | 0 | Integer Value of entered Number |
SciFloatValue | 0 | Float Value of entered Number |
SciIntDefault | 0 | Default Value of Integer Number |
SciFloatDefault | 0 | Default Value of Float Number |
SciIntMin | -127 | Minimum value that allowed to enter |
SciIntMax | 128 | Maximum integer value to enter |
SciFloatMin | -1.0e8 | Minimum float number to enter |
SciFloatMax | 1.0e8 | Maximim float value to enter |
SciReactNotNumber | TIASciReactionOnValueNotNumber | What to do if entered value is not number |
SciReactOutBounds | TIASciReactionOnValueOutOfMinMax | What to do if entered value is out of bounds |
SciNotNumberString | string | String message that appearing if value is not number - set to "" to remove |
SciOutBoundsString | string | String message that appearing if value is out of bounds - set to "" to remove |
SciErrorColor | clBlack | Color of field if error at entering of number |
SciErrorFontColor | clWhite | Color of font if error at entering of number |
SciFloatPointType | TIASciDecimalPointType | How to process point or comma point at float number entering |
SciFloatFixedMin | -1.0e5 | Minimum value to process number with fixed point type |
SciFloatFixedMax | 1.0e5 | Maximum value to process number with fixed point type |
SciNIntegerAllDigits | 5 | Number of All digits at integer number |
SciNFloatAllDigits | 12 | Number of All digits at float number |
SciNFixedAllDigits | 12 | Number of All digits at fixed point float number |
SciNFloatPrecitionDigits | 5 | Precition part of format function to process entering number at float |
SciNFixedPrecitionDigits | 5 | Precition part of format function to process entering number at fixed point float |
SciNIntegerPrecitionDigits | 0 | Precition part of format function to process entering number at integer |