System.SysUtils.TNativeUIntHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNativeUIntHelper = record helper for NativeUInt

C++

struct TNativeUIntHelper /* Helper for Ordinal 'NativeUInt' */;

Properties

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

Description

TNativeUIntHelper is a record helper that provides functions for the NativeUInt type.

Use the TNativeUIntHelper functions to:

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

See Also

Code Examples