Description | Hierarchy | Fields | Methods | Properties |
type TAdLinkedListItem = record
A list item used in TAdLinked list.
next:PAdLinkedListItem; |
data:Pointer; |
next:PAdLinkedListItem; |
Pointer to the next element |
data:Pointer; |
Pointer to the stored object. |