public TStrings AddSection(string Section) { TStrings Result; Result = new TStrings(); FSections.AddObject(Section, Result); return(Result); }