System.SysUtils.TCardinalHelper

From RAD Studio API Documentation
Revision as of 23:36, 11 April 2014 by L10nBot (talk | contribs) (updated links to redirects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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