Beispiel #1
0
        public TStrings AddSection(string Section)
        {
            TStrings Result;

            Result = new TStrings();
            FSections.AddObject(Section, Result);

            return(Result);
        }