GirishGupta
Programmer
Hi,
How do you do the following:
WideString url = String(Edit1->Text);
StatusBar->Panels->Items[0]->Text = "Loading ", url;
There is something in Edit1 but it isn't printing (to StatusBar Panel 0) the url part. It just prints 'Loading '.
However, if I remove the '"Loading", ' part of the code it prints the URL fine.
Why not both?
How do you do the following:
WideString url = String(Edit1->Text);
StatusBar->Panels->Items[0]->Text = "Loading ", url;
There is something in Edit1 but it isn't printing (to StatusBar Panel 0) the url part. It just prints 'Loading '.
However, if I remove the '"Loading", ' part of the code it prints the URL fine.
Why not both?