System.SysUtils.TInt64Helper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInt64Helper = record helper for Int64

C++

struct TInt64Helper /* Helper for long '__int64' */;

Properties

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

Description

TInt64Helper is a record helper that provides functions for the Int64 type.

Use the TInt64Helper functions to:

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

See Also

Code Examples