I'm writing a FMX program in Delphi XE7 for Windows. I'm using TabControl. I need to show the message in active tab, when another tabitem is clicked.
Problem is that OnClick of TabItem, or OnChange of TabControl first displays a new tab and then shows me a message..and I need to get message before displaying a new tab