TcxDoublyLinkedObject.Prev Property
Specifies the previous object in the open doubly linked list.
Declaration
property Prev: 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 Prev property returns nil if the current object is the first in the list.
See Also