TcxFilterCriteria.LoadFromStream(TStream) Method
Restores the filter settings from a stream.
Declaration
procedure LoadFromStream(AStream: TStream); virtual;
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Use the LoadFromStream method to restore the filter settings from a stream. This method restores the filter settings even if the dataset is not filtered (no FilterCriteria is defined) when a restore is performed.
The restored settings include:
the FilterText property value,
the index of the filtered item,
the DataController.Filter properties, whose values differ from the default.
See Also