System.SysUtils.TSmallIntHelper

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TSmallIntHelper = record helper for SmallInt

C++

/*Helper*/typedef void *TSmallIntHelper;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
helper
typedef
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

Codebeispiele