System.SysUtils.TShortIntHelper

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TShortIntHelper = record helper for ShortInt

C++

struct TShortIntHelper /* Helper for Ordinal 'System::Int8' */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
helper
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

TShortIntHelper ist ein unterstützender Record, der Funktionen für den Typ ShortInt bereitstellt.

Mit den TShortIntHelper-Funktionen können Sie Folgendes ausführen:

  • Konvertieren von ShortInt-Werten in Strings und Gleitkommawerte.
  • Konvertieren von Strings in ShortInt-Zahlen.

Siehe auch

Codebeispiele