TcxCustomFilterControl.SaveToStream(TStream) Method
Saves filter conditions data to a stream object.
Declaration
procedure SaveToStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Use the SaveToStream method to save filter conditions data to a stream object specified by the AStream parameter. This method is useful if you want to persist filter conditions created at runtime.
The filter conditions can later be reloaded from the stream into a filter control using the LoadFromStream method.
See Also