System.SysUtils.TLongBoolHelper
Delphi
TLongBoolHelper = record helper for LongBool
C++
struct TLongBoolHelper /* Helper for Boolean 'System::LongBool' */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
helper class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
TLongBoolHelper is a record helper that provides functions for the LongBool type.
Use the TLongBoolHelper functions to:
- Convert strings to Boolean values, and backwards.
- Return integer representations of the LongBool type.