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

TcxFilterItemCollection.Items Property

Provides indexed access to collection items.

Declaration

property Items[Index: Integer]: TcxFilterItem read; write; default;

Property Value

Type
TcxFilterItem

Remarks

Use the Items indexed property to access an individual collection item representing a linked dataset field whose data can be involved in filtering. The collection of such items can be obtained via the Items property of the TcxDBFilterControl.

The accessed item’s index is specified by the Index parameter. Items are zero-based indexed. If the Index parameter value is negative or exceeds the maximum available index, an exception is raised. The last available item index is always one less than the Count property value.

See Also