Difference between revisions of "TFile.CreateStringList"
(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.