Owen Wengerd
-
2020-12-15
- Group: v 8.0 --> v_9.1
I have a TabStrip and when I set an Event of "Changed", this runs when a user selects a different tab but it also runs when the form is first opened up and before the forms "OnInitialized" runs. Is this correct? I thought it would only run when a user clicked on one of the tabs. Not when the form was first opened. I thought it would be nice to use this to save the current tab and when the form is opened again I could set the current tab with "OnInitialize" but since it runs first it always sets the CurrentTab to 0.