Closed maurobotta closed 3 weeks ago
Right now we can not, we must add this functionality. it's would be not very difficult to do it by the way
I've just implemented it in the latest commit. Simply update your repository, and you can now use:
MyEdit.SetSelection()
Hi @Zeus64 , it is last question for this week :)
I have TALEdit. how i can select a parzial text ( SelStart property ) , select first 3 char of long text ?
ediText.SelStart := 4; ediText.SelStart := Length(ediText.Text);
Thank you again
Mauro
https://github.com/MagicFoundation/Alcinoe/blob/master/Archive/Source/ALEdit.pas