[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record describing a pointer to a memory location.
Source position: objects.pp line 199
type PtrRec = packed record |
||
Ofs: Word; |
|
Pointer offset |
Seg: Word; |
|
Pointer segment |
end; |
lazarus-ccr.sourceforge.net |