Thanks.
Found it myself now. TListBoxStrings work with objects, while TMemoStrings - doesn't. Don't know what to do - simply use a ListBox or upgrade a Memo...
However i think the problem is solved.
I'm trying to store an object among a TMemo line, required for my application localization.
And I failed.
Got a result with TListBox, but am still dreaming about TMemo.
It is a bug or a feature?
Hi all.
I'm new to this forum so if you may excuse me for my mistakes.
I have written some lines of code :
// Object to store a sting in TStrings.Objects
TString = class(TObject)
private
fStr: String;
public
constructor Create(const AStr: String) ;
property Str: String...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.