tpagecontrol
Adding a context menu to the tab of a TPageControl
I wish to add a context menu to the (just the) tab of a TPageControl as distinct from the tab area (e.g like Delphi does to offer file/page开发者_如何学Python options). I know I can do this with TRzPa[详细]
2023-04-11 05:25 分类:问答Trouble with TPageControl DrawTab
I set the TPageControl Style to Flat Buttons (tsFlatButtons), and change the tab\'s button color using the OnDrawTab event.[详细]
2023-03-31 22:03 分类:问答Delphi: what component is (TDockTabSet ?) and how to work with it?
Is this TDockTabSet for Delphi (highlighted)? Or an other component? Ho开发者_运维百科w to work with it. I want to use it instead of TPageControl but with the same functionality - like Tab Sheets.[详细]
2023-03-21 09:58 分类:问答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 specified page.[详细]
2023-03-08 07:01 分类:问答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 dialogs for each tab. I can make the TTabSheets, and I can place my elements on[详细]
2023-03-03 12:24 分类:问答How can I reduce PageControl flicker in Delphi?
In Delphi 2009 I found that the flicker of a PageControl - which occurs during resizing of the form - can be reduced by setting its DoubleBuffered property to true.开发者_如何学Go[详细]
2023-01-22 17:32 分类:问答Delphi TPageControl not responding to clicks on tabs
I have an app with a TPageControl on the main form.The pagecontrol has several tabs.The app can be minimized to a tray icon.Sometimes after running minimized for a while, when I restore the main windo[详细]
2023-01-07 05:56 分类:问答How can I access the controls of a form embedded in a page control?
In Form1 I have PageControl. At run time my program c开发者_如何学编程reates tab sheets. In each TabSheet I create Form2. In Form2 I have a Memo1 component. How can I add text to Memo1?You could do so[详细]
2022-12-22 00:25 分类:问答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开发者_JAVA技巧 2010[详细]
2022-12-18 23:09 分类:问答How to convert Delphi TPageControl "tab index" to "page index"?
I\'m using a TPageControl, where certain pages are not visible. This breaks the normal 1:1 mapping of the TabIndex and ActivePageIndex properties.[详细]
2022-12-17 22:39 分类:问答