System.SysUtils.TCardinalHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCardinalHelper = record helper for Cardinal { for LongWord type too }

C++

/*Helper*/typedef void *TCardinalHelper;

Properties

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

Description

TCardinalHelper is a record helper that provides functions for the Cardinal type.

Use the TCardinalHelper functions to:

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

See Also

Code Examples