if i use the following coding to change the ActivePage from ts1 to ts2 (ts1
& ts2 are my tabs), the TwwDBGrid's OnChange event is not trigger
PageControl1.ActivePage := ts2;
i suppose it should trigger the onchange event as apparently the tab is
changed?
Comments
initially post, the question should be like this:
if i use the following coding to change the ActivePage from ts1 to ts2 (ts1
& ts2 are my tabs), the TwwDBGrid's OnDblClick event has the following
codes:
PageControl1.ActivePage := ts2;
but what i found out is that the above codes did not execute