Basics
  Home  |  Data types : Integers, ordinals
 Type   Name   Summary
 
 Type Boolean Allows just True and False values
 Type Byte An integer type supporting values 0 to 255
 Type Cardinal The basic unsigned integer type
 Type Comp A 64 bit signed integer
 Type Int64 A 64 bit sized integer - the largest in Delphi
 Type Integer The basic Integer type
 Type LongInt An Integer whose size is guaranteed to be 32 bits
 Type LongWord A 32 bit unsigned integer
 Type ShortInt An integer type supporting values -128 to 127
 Type SmallInt An Integer type supporting values from -32768 to 32767
 Type Word An integer type supporting values 0 to 65535
 
 
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