TBaseVirtualTree.LoadFromFile Method

Virtual Tree View

Loads previously streamed out tree data back in again.

Pascal
procedure LoadFromFile(const FileName: TFileName); virtual;
procedure LoadFromStream(Stream: TStream); virtual;
Description

LoadFromFile clears the current content of the tree and loads a new structure from the given file. 

 

See Also
Class
Links
What do you think about this topic? Send feedback!