[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TLongBoolHelper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Helper for the LongBool type.

Declaration

Source position: syshelph.inc line 671

type TLongBoolHelper = type helper

public

  class function Parse();

  

Convert string value to LongBool value.

  class function Size;

  

Return the size (in bytes) of the

  class function ToString();

  

Convert a LongBool value to string.

  class function TryToParse();

  

Try to convert a string to a LongBool value

  function ToInteger;

  

Convert to an integer value

end;

Inheritance

TLongBoolHelper

  

Helper for the LongBool type.

Description

TLongBoolHelper is a helper type for the LongBool type. It contains mostly conversion routines to and from other types.

See also

TStringHelper

  

Helper type for strings.

TShortIntHelper

  

Helper for a ShortInt-typed ordinal value

TSmallIntHelper

  

Helper for a SmallInt-typed ordinal value

TWordHelper

  

Helper for a Word-typed ordinal value

TCardinalHelper

  

Helper for a Cardinal-typed ordinal value

TIntegerHelper

  

Helper for a Integer-typed ordinal value

TInt64Helper

  

Helper for a Int64-typed ordinal value

TQWordHelper

  

Helper for a QWord-typed ordinal value

TNativeIntHelper

  

Helper for a NativeInt-typed ordinal value

TByteHelper

  

Helper for a byte-typed ordinal value

TByteBoolHelper

  

Helper for the ByteBool type.

TWordBoolHelper

  

Helper for the WordBool type.

TLongBoolHelper

  

Helper for the LongBool type.


Documentation generated on: May 14 2021