Type
Name
Summary
Keyword Case A mechanism for acting upon different values of an Ordinal
Variable CmdLine Holds the execution text used to start the current program
Keyword Do Defines the start of some controlled action
Keyword Else Starts false section of
if, case and
try statements
Keyword End Keyword that terminates statement blocks
Keyword Except Starts the error trapping clause of a
Try statement
Procedure FillChar Fills out a section of storage with a fill character or byte value
Keyword Finally Starts the unconditional code section of a
Try statement
Keyword For Starts a loop that executes a finite number of times
Keyword Goto Forces a jump to a label, regardless of nesting
Keyword If Starts a conditional expression to determine what to do next
Function Low Returns the lowest value of a type or variable
Constant Nil A pointer value that is defined as undetermined
Keyword Of Linking keyword used in many places
Keyword On Defines exception handling in a
Try Except clause
Keyword Repeat Repeat statements until a ternmination condition is met
Variable Result A variable used to hold the return value from a function
Keyword Set Defines a set of up to 255 distinct values
Keyword Then Part of an
if statement - starts the
true clause
Keyword ThreadVar Defines variables that are given separate instances per thread
Keyword To Prefixes an incremental
for loop target value
Keyword Type Defines a new category of variable or process
Keyword Unit Defines the start of a unit file - a Delphi module
Keyword Var Starts the definition of a section of data variables
Keyword While Repeat statements whilst a continuation condition is met
Keyword With A means of simplifying references to structured variables