System.SysUtils.TNativeIntHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNativeIntHelper = record helper for NativeInt

C++

struct TNativeIntHelper /* Helper for Ordinal 'NativeInt' */;

Properties

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

Description

TNativeIntHelper is a record helper that provides functions for the NativeInt type.

Use the TNativeIntHelper functions to:

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

See Also

Code Examples