Skip to main content

TcxFilterCriteria Methods

The base class for grid filtering facilities.
Name Description
AddExpressionItem(TcxFilterCriteriaItemList,TObject,TcxFilterOperatorKind,string,string) Adds a calculated expression to a filter condition.
AddExpressionItem(TcxFilterCriteriaItemList,TObject,string,string,string)
AddItem(TcxFilterCriteriaItemList,TObject,TcxFilterOperatorKind,Variant,string) Adds a new simple filter condition to the specified filter condition list.
AddItem(TcxFilterCriteriaItemList,TObject,string,Variant,string)
Assign(TPersistent,Boolean) Copies the Source filter condition to the current TcxFilterCriteria object.
Assign(TPersistent) Inherited from TPersistent.
AssignEvents(TPersistent)
AssignItems(TcxFilterCriteria,Boolean)
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents the TcxFilterCriteria object from updating until the CancelUpdate or EndUpdate method is called.
CancelUpdate Enables updating the TcxFilterCriteria object after the BeginUpdate method is called.
Changed
Clear Removes filter conditions of the TcxFilterCriteria object.
EndUpdate Enables updating the TcxFilterCriteria object after the BeginUpdate method has been called.
EqualItems(TcxFilterCriteria,Boolean)
Equals(TObject) Inherited from TObject.
FindItemByItemLink(TObject)
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsEmpty
LoadFromStream(TStream) Restores the filter settings from a stream.
ReadData(TStream)
Refresh
RemoveItemByItemLink(TObject) Removes all filter conditions for a specific grid item.
RestoreDefaults Restores options and wildcards to their default values.
SaveToStream(TStream) Stores the filter settings in a stream.
ToString Inherited from TObject.
ValueIsNull(Variant)
WriteData(TStream,Byte)
WriteData(TStream)
See Also