TIEHashStream.LoadFromFile
Declaration
procedure LoadFromFile(const filename: WideString);
Description
Loads data to hash from specified file.
It is necessary to
create the stream as "buffered" to use this method.
See Also
◼LoadFromStream
◼SaveToFile
◼SaveToStream
◼Create