Skip to main content

TcxDoublyLinkedObject Class

A uniform object stored in the open doubly linked list.

Declaration

TcxDoublyLinkedObject = class(
    TObject
)

Remarks

This is the base class for all classes that implement uniform objects stored in open doubly linked lists. Unlike ordinary list and collection items, these objects refer to their neighbors via the Next and Prev properties introduced by the TcxDoublyLinkedObject class.

You can derive custom uniform doubly linked objects from the TcxDoublyLinkedObject class or use its existing descendants.

Inheritance

TObject
TcxDoublyLinkedObject
See Also