Pointer

From Lazarus wiki
Revision as of 21:40, 27 April 2013 by Jwdietrich (talk | contribs) (Lemma)
Jump to navigationJump to search

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