TcxCustomFilterControl.SaveToFile(string) Method
Saves filter conditions data to a file.
Declaration
procedure SaveToFile(const AFileName: string);
Parameters
Name | Type |
---|---|
AFileName | string |
Remarks
Use the SaveToFile method to store filter conditions data to a file specified by the AFileName parameter. This method is useful if you want to persist filter conditions created at runtime.
The filter conditions can later be reloaded from the file into a filter control using the LoadFromFile method.
See Also