TcxTreeList.LoadFromFile(string) Method
In This Article
Loads the TreeList control from a file.
#Declaration
Delphi
procedure LoadFromFile(const AFileName: string);
#Parameters
Name | Type |
---|---|
AFile |
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