在Delphi中,TabSheet控件在哪里? Delphi / Windows SDK/APIhttp://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