TFile.CreateStringList
Revision as of 15:12, 26 July 2013 by Falcon (talk | contribs) (Created page with " '''''function CreateStringList(): TStringList''''' Result: TStringList object ==Description== This function creates a TStringList object that is not attached to...")
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.