Skip to main content

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:

See Also