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.