TcxFilterItemCollection Class
In filter controls, represents a collection of dataset fields that are involved in building the filtering condition.
Declaration
TcxFilterItemCollection = class(
TOwnedCollection
)
Remarks
Filter controls of the TcxDBFilterControl type use the TcxFilterItemCollection class to maintain a list of specific explicitly declared filter items. Such items (if any is declared by you) represent dataset fields, which can be involved in building of filter conditions.
A collection of items is accessed via the Items property of a TcxDBFilterControl object. Each item of the collection is represented by a TcxFilterItem object. Use the collection’s Items property to access an individual collection item.
Inheritance
TObject
TPersistent
TCollection
TOwnedCollection
TcxFilterItemCollection
See Also