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

TdxDynamicListItem Class

A uniform object stored in the positional dynamic item list with gaps.

#Declaration

Delphi
TdxDynamicListItem = class(
    TcxIUnknownObject
)

#Remarks

This is the base class for all classes that implement uniform objects stored in dynamic item lists. Unlike collection items, these objects can be separated by any number of “unoccupied” indexed logical positions within the list.

The TdxDynamicListItem class implements the following members that allow you to:

  • Identify the item’s current logical position within the dynamic list (Index).

  • Copy stored data between items (Assign).

You can derive custom uniform object classes from the TdxDynamicListItem class or use its existing descendants.

#Inheritance

TObject
TcxIUnknownObject
TdxDynamicListItem
See Also