System.SysUtils.TSmallIntHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSmallIntHelper = record helper for SmallInt

C++

/*Helper*/typedef void *TSmallIntHelper;

Properties

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

Description

TSmallIntHelper is a record helper that provides functions for the SmallInt type.

Use the TSmallIntHelper functions to:

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

See Also

Code Examples