if pagecontrol.activepage=TabSheet1 then
是在当前显示页
------解决方案--------------------------------------------------------PageControl1.ActivePage
------解决方案--------------------------------------------------------case activepageindex
------解决方案--------------------------------------------------------PageControl1.TabIndex 也可以判断当前选项是第几项
------解决方案--------------------------------------------------------
case pageControl1.activePageIndex of
0:ShowMessage('第一页');1:ShowMessage('第二页');end;

相关文章:

  • 2021-06-11
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案