| BaseValue | [Base:TssBaseConvertorBase]: string | |
| The value in the specified base. You can assign a value using one base, then read it back using an entirely different base. | ||
| BinaryValue | string | |
| The value in base 2. | ||
| OctalValue | string | |
| The value in base 8. | ||
| DecimalValue | string | |
| The value in base 10. | ||
| HexadecimalValue | string | |
| The value in base 16. | ||
| Value | int64 | |
| The value in base 10 as a number. | ||
| OnChange | TNotifyEvent | |
| An event that is invoked when the value is changed. | ||
Types
TssBaseConvertorBase = 2..36
EBadDigit: Raised if the string contains an invalid digit for the specified base.
Copyright © 2000-2008 Simon Armstrong. All Rights Reserved.
Last Update
2008-08-07

