ttabsheet

TTabSheet hints in Delphi

I want a TPageControl and some TTabSheets, with 'per tabsheet' tooltip hints visible as I hover over each tab in turn. Is there any way of getting this effect in Delphi 2009? ...

How can I get the color for a themed tabsheet

How can I determine the background color of a TTabSheet when running on a OS with themes like XP and above? ...

EBusError on assigning PageControl fpc/Lazaurs

I am trying to create dynamic TTabSheets for my program. Written in FPC/Lazarus being built for ARM/WinCE Everything works, including design time created tabsheets but the following code try Tab := TTabSheet.Create(PageControl1); logit('1'); Tab.PageControl := PageControl1; logit('2'); Tab.Caption := gname; except on E...