You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TMemoBuf. LoadFromFile (TMemoBuf) method |
Top Previous Next |
Declaration function LoadFromFile( FileName: String);
Category
Description This method will load a memo buffer with the contents of a text file. To load RTF text, use RTFLoadFile.
See also TMemoBuf Class, LoadFromStream, RTFLoadFromFile, SaveToStream
Example (Delphi) MemoBuf1.LoadFromFile('Letter.Txt');
Example (C++Builder) MemoBuf1->LoadFromFile("Letter.Txt"); |
You are reading help file online using chmlib.com
|