System.SysUtils.TBooleanHelper
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.