09-12-2013 02:21 AM
Hello!
Please help! I can not understand! How to write and read data from a file into multicolumn listbox? Please give an example. I have a multicolumn listbox size of 10 rows of 10 cells.
Necessary data from this multicolumn listbox to write the file (preferably ini). Then, the recorded data is read from a file in a multicolumn listbox.
Solved! Go to Solution.
09-12-2013 03:43 AM
Hi,
Multicolumn list box contains data in 2D array of string data type. You can use property node "Item Names" of multicolumn list box to read and write the data and property node "Value" can be used to index the selected row of data.
Thanks
09-12-2013 03:47 AM
You can read/write to/from its ItemNames property.