Type
Name
Summary
Function Abs Gives the absolute value of a number (-ve sign is removed)
Function Addr Gives the address of a variable, function or procedure
Keyword And Boolean
and or bitwise
and of two arguments
Keyword Div Performs integer division, discarding the remainder
Procedure FillChar Fills out a section of storage with a fill character or byte value
Function Frac The fractional part of a floating point number
Function Hi Returns the hi-order byte of a (2 byte) Integer
Function High Returns the highest value of a type or variable
Keyword In Used to test if a value is a member of a set
Function Int The integer part of a floating point number as a float
Function IsNaN Checks to see if a floating point number holds a real number
Function Lo Returns the low-order byte of a (2 byte) Integer
Function Low Returns the lowest value of a type or variable
Keyword Mod Performs integer division, returning the remainder
Keyword Or Boolean
or or bitwise
or of two arguments
Function Ord Provides the Ordinal value of an integer, character or enum
Function Rect Create a TRect value from 2 points or 4 coordinates
Keyword Shl Shift an integer value left by a number of bits
Keyword Shr Shift an integer value right by a number of bits
Function Slice Creates a slice of an array as an Open Array parameter
Function Sum Return the sum of an array of floating point values
Keyword Xor Boolean
Xor or bitwise
Xor of two arguments