Top "Tpagecontrol" questions

`TPageControl` is a Delphi VCL control displaying a set of pages used to make a multiple page dialog box.

Dynamically add tab sheets to page control and embed a form?

I'm working on a module which consists of a page control. By default, this page control (TPageControl) shouldn't have any …

delphi tpagecontrol
How can I change the background color of my TTabSheets?

Im Designing a Form with Delphi 2009, and Im trying to figure out the TPageControl element. Im trying to make separate …

delphi tpagecontrol
How to implement a close button for a TTabsheet of a TPageControl

How can I implement a close button for a TTabsheet of a TPageControl like Firefox? Edit: Delphi Version: Delphi 2010 OS: …

delphi tpagecontrol
How can I set the current page of a TPageControl?

I am using a pagecontrol component and I need to add a button and click it to go to a …

delphi tpagecontrol
Make owner-drawn TPageControl tabs look nicer, like without owner-draw

I use Delphi7, PageControl with owner-draw. I can't get so plain and nice look of tabs, as I see on …

delphi delphi-7 tpagecontrol
How can i change text color of themed TabSheet caption?

Good Day! I need to change text color of caption of some TabSheet in TPageControl. Something like this on picture …

delphi tpagecontrol
TLabel and TGroupbox Captions Flicker on Resize

So, I have an application that loads different plugins and creates a new tab on a TPageControl for each one. …

delphi delphi-xe flicker groupbox tpagecontrol
How to allow or forbid user to enter tab in pagecontrol?

I want to restrict users (based on special condition) to open a tab or not in a page control. ie, …

delphi tpagecontrol