How to select all text of a TEdit1 whenever user click on it or click to select some text of it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Select Edit1 in the VCL editor and double-click on the
OnClickevent:You can also link this event to another control like a button.
Select the button, choose and click on the
Varrow to select an event you want to link.Now both
Edit1.OnClickandButton1.OnClicklink to the same event.