Difference between revisions of "TFile.CreateStringListFromFile"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function CreateStringListFromFile(const Path: string): TStringList''''' Path: path to file that should be opened Result: TStringList object ==Description== ...")
(No difference)

Revision as of 14:12, 26 July 2013

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.