Pointer

From Free Pascal wiki
Revision as of 17:05, 8 July 2007 by Paulatreides (talk | contribs)
Jump to navigationJump to search

a pointer is a particoular data type wich contents the number of allocation of memory of the variable it points to.


navigation bar: data types
simple data types

boolean byte cardinal char currency double dword extended int8 int16 int32 int64 integer longint real shortint single smallint pointer qword word

complex data types

array class object record set string shortstring