Back to Devexpress

TcxDoublyLinkedObject Class

vcl-dxcoreclasses-e6221375.md

latest973 B
Original Source

TcxDoublyLinkedObject Class

A uniform object stored in the open doubly linked list.

Declaration

delphi
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

TcxDoublyLinkedObject Members

dxCoreClasses Unit