Tagged Questions
ttabsheet display an individual page embedded in a TPageControl VCL control. They are defined in the same ComCtrls.pas unit.
4
votes
3answers
694 views
how do I avoid this unwanted behaviour with Delphi's TSplitter and panels?
Included is a small project demonstrating my problem. I have a TPageControl aligned to the main form. On each of two tabsheets I have panels client aligned. On each of those panels I have 2 ...
3
votes
2answers
268 views
How do I make a shortcut key do different things depending on the active tab page?
Each TTabSheet on my TPageControl has a TToolBar on it. Each tool bar has a TToolButton that should respond to the same keyboard shortcut. How do I provide hotkeys so that the right button is invoked ...
2
votes
3answers
919 views
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?
0
votes
1answer
123 views
Populate data of Default selected table row into another table
I have a requirement which consists of one table at the top and a tab-sheet which consists of 3 tabs at the bottom. Within 3 tabs contains 3 different tables, and my requirement here is a when clicked ...
0
votes
0answers
75 views
Webwiew in Tabs Android
I´m stuck with a problem for a long time. How to let, for example, skype.com show up in my tag instead of text. The code is working ok, but next step is of course to let websites show up.
(I manage ...
0
votes
1answer
54 views
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 ...
0
votes
1answer
405 views
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?