I have a PageControl on my form and i wish to detect when the user is selecting another tab.
How can i do this ? I am using Delphi 7.
I didn’t find any event and waisting time developing my own pagecontrol is not exactly what i intend to do.
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.
try
this on show or create event of your form
then on PageControl1Change event or PageControl1Changing event
check