TFile.CreateStringListFromFile

From Soldat Community Wiki
Revision as of 16: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== ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.