Type
Name
Summary
Variable CmdLine Holds the execution text used to start the current program
Procedure FillChar Fills out a section of storage with a fill character or byte value
Function Low Returns the lowest value of a type or variable
Constant Nil A pointer value that is defined as undetermined
Variable Result A variable used to hold the return value from a function
Keyword ThreadVar Defines variables that are given separate instances per thread
Keyword Type Defines a new category of variable or process
Keyword Var Starts the definition of a section of data variables
Keyword With A means of simplifying references to structured variables