TcxDoublyLinkedObject.Next Property
Specifies the next object in the open doubly linked list.
Declaration
property Next: TcxDoublyLinkedObject read; write;
Property Value
Type |
---|
TcxDoublyLinkedObject |
Remarks
You can use the Next and Prev properties to access any other object within the same doubly linked list. The Next property returns nil if the current object is the last in the list.
See Also