System.SysUtils.TSmallIntHelper
Delphi
TSmallIntHelper = record helper for SmallInt
C++
struct TSmallIntHelper /* Helper for Ordinal 'short' */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
helper class  | 
		public | System.SysUtils.pas System.SysUtils.hpp  | 
        System.SysUtils | System.SysUtils | 
Description
TSmallIntHelper is a record helper that provides functions for the SmallInt type.
Use the TSmallIntHelper functions to:
- Convert Smallint values to strings and float type values.
 - Try to convert strings into Smallint numbers.
 
See Also
- Class and Record Helpers (Delphi)
 - System.Smallint
 - System.SysUtils.TByteHelper
 - System.SysUtils.TCardinalHelper
 - System.SysUtils.TInt64Helper
 - System.SysUtils.TIntegerHelper
 - System.SysUtils.TNativeIntHelper
 - System.SysUtils.TNativeUIntHelper
 - System.SysUtils.TShortIntHelper
 - System.SysUtils.TWordHelper
 - System.SysUtils.TUInt64Helper