Basics
  Home  |  Program structure : Logic
 Type   Name   Summary
 
 Keyword And Boolean and or bitwise and of two arguments
 Keyword Case A mechanism for acting upon different values of an Ordinal
 Keyword Else Starts false section of if, case and try statements
 Keyword If Starts a conditional expression to determine what to do next
 Keyword Not Boolean Not or bitwise not of one arguments
 Keyword Or Boolean or or bitwise or of two arguments
 Keyword Repeat Repeat statements until a ternmination condition is met
 Keyword Set Defines a set of up to 255 distinct values
 Keyword Then Part of an if statement - starts the true clause
 Keyword Until Ends a Repeat control loop
 Keyword While Repeat statements whilst a continuation condition is met
 Keyword Xor Boolean Xor or bitwise Xor of two arguments
 
 
Run Time Library Reference  
By first letter  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z $
By Functionality  
 
 Data types
Integers, ordinals
Floating point types
String, char types
Pointer types
Other types
 Program structure
Program control
Program data
Looping
 Logic
 Object orientation
 Options
Control options
Data options
 Files
Operations
Data access
File name handling
 Strings and chars
Operations
Converting from
Converting to
Displaying
 Numbers and sets
Calculations
Converting from
Converting to
Trigonometry
Default numbers
Displaying
 Dates and times
Calculations
Converting from
Converting to
Displaying
Date and time values
 
By Unit  
 
System
SysUtils
StrUtils
DateUtils
FileCtrl
ConvUtils
StdConvs
Math
Classes
Dialogs
Types
Variants
 
By Category  
 
  Compiler directives
  Directives
  Keywords
  Types
  Variables   Constants
  Functions
  Procedures
 
 Author links

 
Delphi Programming © Neil Moffatt All rights reserved.  |  Home Page