| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Helper for a ShortInt-typed ordinal value
Source position: syshelph.inc line 383
| type TShortIntHelper = type helper | ||
| public | ||
| Const | ||
| MaxValue = 127 | 
 | Maximum value for a ShortInt | 
| MinValue = - 128 | 
 | Minimum value for a ShortInt | 
| class function Parse(); | 
 | Convert from a string | 
| class function Size; | 
 | Size, in bytes, of the ShortInt value | 
| class function ToString(); | 
 | Convert the value to string | 
| class function TryParse(); | 
 | Try to convert a string to a ShortInt, report success or failure | 
| function ToBoolean; | 
 | Convert to a boolean value | 
| function ToDouble; | 
 | Convert to a double-sized floating point value | 
| function ToExtended; | 
 | Convert to an extended-sized floating point value | 
| function ToHexString(); | 
 | Convert to a hexadecimal string representation | 
| function ToSingle; | 
 | Convert to an single-sized floating point value | 
| end; | 
| 
 | Helper for a ShortInt-typed ordinal value | 
TShortIntHelper contains some auxiliary routines for a ShortInt-typed ordinal value. It consists mainly of conversion routines to and from other types.
| 
 | Helper type for strings. | |
| 
 | Helper for a byte-typed ordinal value | |
| 
 | Helper for a SmallInt-typed ordinal value | |
| 
 | Helper for a Word-typed ordinal value | |
| 
 | Helper for a Cardinal-typed ordinal value | |
| 
 | Helper for a Integer-typed ordinal value | |
| 
 | Helper for a Int64-typed ordinal value | |
| 
 | Helper for a QWord-typed ordinal value | |
| 
 | Helper for a NativeInt-typed ordinal value | |
| 
 | Helper for a NativeUInt-typed ordinal value |