Skip to main content

TdxListItem.SubItems Property

Specifies the item’s subitems.

Declaration

property SubItems: TStrings read; write;

Property Value

Type Description
TStrings

Contains subitem captions.

Remarks

The List View shows subitems in additional columns to the right of the item if the control is in Report mode.

See Also