System.SysUtils.TLongBoolHelper

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also