Главная страница | назад





Article #19589: Adding to TStrings

 Question and Answer Database
FAQ4589C.txt — Adding to TStrings
Category :VCL
Platform :All-32Bit
Product :All-CBuilder,
Question:
How Do I add an entry to a TStrings list?
Answer:
Adding to TStrings:
String test;
TStrings *holder=new TStrings(this)
test="This is a test!";
holder->Add(test);
5/25/99 11:49:26 AM

Last Modified: 01-SEP-99