System.SysUtils.TWordHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWordHelper = record helper for Word

C++

/*Helper*/typedef void *TWordHelper;

Properties

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

Description

TWordHelper is a record helper that provides functions for the Word type.

Use the TWordHelper functions to:

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

See Also

Code Examples