Skip to main content

TcxCustomFilterControl.LoadFromStream(TStream) Method

Loads filter conditions data from the specified stream object.

Declaration

procedure LoadFromStream(AStream: TStream);

Parameters

Name Type
AStream TStream

Remarks

Use the LoadFromStream method to retrieve filter conditions data from a stream object specified by the AStream parameter and load them into a TcxCustomFilterControl object. The stream should contain data previously saved using the SaveToStream method.

See Also