System.SysUtils.TByteBoolHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TByteBoolHelper = record helper for ByteBool

C++

/*Helper*/typedef void *TByteBoolHelper;

Properties

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

Description

TByteBoolHelper is a record helper that provides functions for the ByteBool type.

Use the TByteBoolHelper functions to:

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

See Also