System.SysUtils.TByteBoolHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TByteBoolHelper = record helper for ByteBool

C++

struct TByteBoolHelper /* Helper for Boolean 'System::ByteBool' */;

Properties

Type Visibility Source Unit Parent
helper
class
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