Basicly, I have tried something like that so far:
ReverseEdit->Text = "";
for (long i = NormalEdit->Lines.Count; i >= 0; i--)
ReverseEdit->Lines->Add(strrev(NormalEdit->Lines->Strings[i].c_str()));
and then I tried to place the carret on the ReverseEdit:
ReverseEdit->SelStart =...
Greetings ppl,
Another question popped up today. I was wondering if any one of you has ever encountered a case when you needed to perform a backward searching in a RichEdit control. I came up with a very sluggish solution (which does not work anyway). I created another (invisible) RichEdit and...
Hello ppl.
I would like to ask all the gentle souls in the audience if ever you encountered a problem of "how to drag & drop a file on a Builder form, TControl, whatever and then retrieve info about this file".
I searched a bit and found that I could add a VCL_MESSAGE_MAP that actually...
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.