Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TPropInfo.Next

Typed pointer TPropInfo record after current TPropInfo data.

Declaration

Source position: typinfo.pp line 854

public property TPropInfo.Next : PPropInfo
  read GetNext;

Description

Next points to the same memory location as TPropInfo.Tail, but is typed. It should not be used on the last element of a TPropInfo array.

See also

TPropInfo.Tail

  

Pointer to memory location after TPropInfo data.


Documentation generated on: Jul 24 2023