Skip to main content

TcxCustomFilterControl.LoadFromFile(string) Method

Loads filter conditions data from a file.

Declaration

procedure LoadFromFile(const AFileName: string);

Parameters

Name Type
AFileName string

Remarks

Use the LoadFromFile method to retrieve filter conditions data from a file specified by the AFileName parameter and load them into a TcxCustomFilterControl object. The AFileName parameter should reference a file that was saved using the SaveToFile method.

See Also