[Overview][Procedures and functions][Variables][Index] Reference for unit 'LazUtilities' (#lazutils)

Reference for unit 'LazUtilities': Procedures and functions

CompareBoolean

  

Compares the specified Boolean values.

ComparePointers

  

Gets the relative order for the specified Pointers.

FreeThenNil

  

Ensures that the specified object instance is freed and set to Nil.

GetEnumValueDef

  

Gets the ordinal position for an enumeration value with the specified name.

MergeSortWithLen

  

Implements a merge sort algorithm for a list of pointers with the given length.

RoundToCardinal

  

Rounds the specified Extended value to a Cardinal value.

RoundToInt

  

Rounds the specified Extended value to an Integer value.

StrToDouble

  

Converts the specified string value to a Double type.

TruncToCardinal

  

Truncates the extended value and returns a Cardinal type.

TruncToInt

  

Truncates the extended value and returns an Integer type.