TcxGridItemDataBinding.GetFilterActiveValueIndexes(TcxGridFilterValueList,TcxGridIndexes) Method
In This Article
Populates the AIndexes collection with corresponding indexes of filter conditions that are currently applied to the item (a row or a column).
#Declaration
Delphi
procedure GetFilterActiveValueIndexes(AValueList: TcxGridFilterValueList; var AIndexes: TcxGridIndexes);
#Parameters
Name | Type |
---|---|
AValue |
Tcx |
AIndexes | Tcx |
#Remarks
The AValueList parameter specifies a list of filter conditions.
The AIndexes parameter specifies a list to be populated with indexes of the currently applied filter conditions.
See Also