TcxCustomTreeView.LoadFromFile(string) Method
Loads nodes from a file.
Declaration
procedure LoadFromFile(const FileName: string);
Parameters
| Name | Type | Description |
|---|---|---|
| FileName | string | The full name of the source file previously created with a SaveToFile procedure call. |
See Also