Hi

This is my first post and I am new to delphi so if this sounds like a stupid question I apolagize.

I am trying to enter data into a Multicolumn listbox. I know I can use either the Tabwidth or mulitple columns but I cant get either to work as everything just gets entered into the first column.

What is the best options and what is the delphi syntax for the code please as I believe this might actually be my problem?

Thanks

Have worked out what code needs to be used.

ListBox1.Items.Add(someString + ^I + otherString);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.