System.SysUtils.TSmallIntHelper
Delphi
TSmallIntHelper = record helper for SmallInt
C++
struct TSmallIntHelper /* Helper for Ordinal 'short' */;
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
helper class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Beschreibung
TSmallIntHelper ist ein unterstützender Record, der Funktionen für den Typ SmallInt bereitstellt.
Mit den TSmallIntHelper-Funktionen können Sie Folgendes ausführen:
- Konvertieren von Smallint-Werten in Strings und Gleitkommawerte.
- Konvertieren von Strings in Smallint-Zahlen.
Siehe auch
- Unterstützende Klassen und Records (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