Difference between revisions of "TFile.CreateStringList"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function CreateStringList(): TStringList''''' Result: TStringList object ==Description== This function creates a TStringList object that is not attached to...")
 
(No difference)

Latest revision as of 15:12, 26 July 2013

function CreateStringList(): TStringList
 Result: TStringList object

Description

This function creates a TStringList object that is not attached to any file yet. Use LoadFromFile() method to bind it to a file.