[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderFileToVector
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderFileToVector
(C++ Builder) How can I read a file in a TStringList?
Use the member function LoadFromFile.
myStringList->LoadFromFile("fileName");
Other code snippets
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
