Dereference type info pointer.
Source position: typinfo.pp line 1361
function DerefTypeInfoPtr( |
Info: PPTypeInfo |
):PTypeInfo; |
DerefTypeInfoPtr can be used to dereference the Info type info pointer if need be: in FPC version 3.0, this pointer does not need dereferencing, but in FPC version 3.1, the pointer must be dereferenced. This is useful for code that must work in version 3.0 and later.
The function handles nil values well.
|
Pointer to TTypeInfo record. |