System.SysUtils.TShortIntHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TShortIntHelper = record helper for ShortInt

C++

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

Properties

Type Visibility Source Unit Parent
helper
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TShortIntHelper is a record helper that provides functions for the ShortInt type.

Use the TShortIntHelper functions to:

  • Convert ShortInt values to strings and float type values.
  • Try to convert strings into ShortInt numbers.

See Also

Code Examples