Skip to main content

TcxGridItemDataBinding.GetFilterStrings(TStrings,TcxGridFilterValueList) Method

Populates AStrings with the display text of filter conditions that are currently applied to the item (a row or a column).

Declaration

procedure GetFilterStrings(AStrings: TStrings; AValueList: TcxGridFilterValueList); overload;

Parameters

Name Type
AStrings TStrings
AValueList TcxGridFilterValueList

Remarks

The AStrings parameter specifies a list that is to be populated with the display text of filter conditions;

The AValueList parameter specifies a list of filter conditions.

See Also