System.SysUtils.TWordBoolHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWordBoolHelper = record helper for WordBool

C++

struct TWordBoolHelper /* Helper for Boolean 'System::WordBool' */;

Properties

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

Description

TWordBoolHelper is a record helper that provides functions for the WordBool type.

Use the TWordBoolHelper functions to:

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

See Also