System.SysUtils.TBooleanHelper

From RAD Studio API Documentation
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