TcxTreeList.LoadFromFile(string) Method
Loads the TreeList control from a file.
Declaration
procedure LoadFromFile(const AFileName: string);
Parameters
Name | Type |
---|---|
AFileName | string |
Remarks
Call this method to retrieve data from the file specified by the AFileName parameter.
The AFileName parameter should reference the file that was saved earlier by using the SaveToFile method.
See Also