Basics
  Home  |  Data types : Pointer types
 Type   Name   Summary
 
 Type PAnsiChar A pointer to an AnsiChar value
 Type PAnsiString Pointer to an AnsiString value
 Type PChar A pointer to an Char value
 Type PCurrency Pointer to a Currency value
 Type PDateTime Pointer to a TDateTime value
 Type PExtended Pointer to a Extended floating point value
 Type PInt64 Pointer to an Int64 value
 Type Pointer Defines a general use Pointer to any memory based data
 Type PShortString A pointer to an ShortString value
 Type PString Pointer to a String value
 Type PVariant Pointer to a Variant value
 Type PWideChar Pointer to a WideChar
 Type PWideString Pointer to a WideString value
 
 
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