|
TBaseVirtualTree.SaveToFile Method
Saves the entire content of the tree into a file or stream.
Pascal
procedure SaveToFile(const FileName: TFileName); procedure SaveToStream(Stream: TStream; Node: PVirtualNode = nil); virtual;
Description
Saves the entire content of the tree into a file or stream.
See Also
Class
Links
What do you think about this topic? Send feedback!
|