System.SysUtils.TByteHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TByteHelper = record helper for Byte

C++

/*Helper*/typedef void *TByteHelper;

Properties

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

Description

TByteHelper is a record helper that provides functions for the Byte type.

Use the TByteHelper functions to:

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

See Also

Code Examples