Skip to main content

TdxDynamicListItem Class

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

Declaration

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