System.SysUtils.TIntegerHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIntegerHelper = record helper for Integer { for LongInt type too }

C++

struct TIntegerHelper /* Helper for Ordinal 'int' */;

Properties

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

Description

TIntegerHelper is a record helper that provides functions for the Integer type.

Use the TIntegerHelper functions to:

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

See Also

Code Examples