Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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