TcxFilterCriteria.SaveToStream(TStream) Method
Stores the filter settings in a stream.
Declaration
procedure SaveToStream(AStream: TStream); virtual;
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Use the SaveToStream method to store the filter settings to a stream. This method saves:
the FilterText property value,
the name of the filtered item,
the DataController.Filter properties, whose values differ from the default.
See Also