Hey everyone.
I'm trying to copy the Text property from TEdit object to a variable, what I tryed first (with no sucess) was the most obvious for me:
char VARNAME = Edit1 -> Text;
The compiler crashes and reports "Can't convert UnicodeString to char". I just couldn't find a way to make it work, do you have any idea?
I'm starting up with this, so don't mind if my doubt is somethin really stupid :P