TmsFncListbox Assign Stringlist not work for me.

With Delphi Listbox i do this
temp:=Tstringlist.create
temp.add(...)
temp.add(...)
temp.add(...)
temp.add(...)

listbox.Assign(temp);

This function not work with tmsfnclistbox. Please help.

I found the answer you can use LoadfromStrings.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.