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