Difference between revisions of "Pointer"

From Lazarus wiki
Jump to navigationJump to search
(language)
Line 1: Line 1:
 
{{Pointer}}
 
{{Pointer}}
  
a pointer is a particular data type wich contents the number of allocation of memory of the variable it points to.
+
A pointer is a data type wich contains a reference/pointer to the memory address of the variable it points to.
  
 
{{Data types}}
 
{{Data types}}
  
 
[[category:Pascal]]
 
[[category:Pascal]]

Revision as of 14:36, 23 November 2012

Deutsch (de) English (en) suomi (fi) français (fr) русский (ru)

A pointer is a data type wich contains a reference/pointer to the memory address 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