March 2000
Intermediate to advanced
576 pages
18h 13m
English
Ptr Function
function Ptr(Value: Integer): Pointer;
The Ptr function type casts the
Value to an untyped Pointer.
The Ptr function is not a real
function.
Calling Ptr is just like casting a value to a
Pointer. If you can, you should cast to a specific
pointer type, such as PInt64 instead of using an
untyped Pointer. Typed pointers provide more type
safety.
| Addr Function, Assigned Function, Pointer Type |
Read now
Unlock full access