Skip to main content
A newer version of this page is available. .

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