System.SysUtils.TBooleanHelper

From RAD Studio API Documentation
Revision as of 23:37, 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

TBooleanHelper = record helper for Boolean

C++

struct TBooleanHelper /* Helper for Boolean 'bool' */;

Properties

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

Description

TBooleanHelper is a record helper that provides functions for the Boolean type.

Use the TBooleanHelper functions to:

  • Convert strings to Boolean values, and backwards.
  • Return integer representations of the Boolean type.

See Also