Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Dec : How to fill character array with text from edit boxes?
| Subject: | How to fill character array with text from edit boxes? |
| Posted by: | "Dave Smith" (djsmith9_nospam@pacbell.net) |
| Date: | Thu, 29 Dec 2005 17:07:05 |
I try to do:
Title := edit1.text;
where 'Title' is an array of Char and get "TArray type not compatible
with TCaption type"
How can I fill the character array with the text from my editbox? Can I
typecast it to something? I'd rather not have to loop through each character
of my string as someone already suggested to me on another group. I have a
lot of these. Thanks.
Dave