TFile.CreateStringListFromFile
Revision as of 15:12, 26 July 2013 by Falcon (talk | contribs) (Created page with " '''''function CreateStringListFromFile(const Path: string): TStringList''''' Path: path to file that should be opened Result: TStringList object ==Description== ...")
function CreateStringListFromFile(const Path: string): TStringList Path: path to file that should be opened Result: TStringList object
Description
This function creates a TStringList object that is attached file pointed by path parameter.