在Delphi中,TabSheet控件在哪里?

在Delphi中,TabSheet控件在哪里? Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiDB/html/delphi_20061225195756104.html
我在用Delphi语言学习开发软件的时候,发现TabSheet控件的找不到,我找遍了所有的控件都没有,哪位知道的请告诉我好吗?在此谢谢了!

Tab   sheets   are   typically   referred   to   as   pages.   TPageControl   maintains   an   indexed   array   of   its   tab   sheets   in   its   Pages   property.

添加一个TPageControl;  
  然后new  
          TabSheet

posted on 2008-10-20 10:29  delphi2007  阅读(654)  评论(0编辑  收藏  举报