Can't convert UnicodeString to char

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
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories