GeekArticles
Programming
Delphi
Programming
DelphiThemed owner-drawn TTabControl and TPageControl
Provides the source for TTabControlEx and TPageControlEx components that extend TTabControl and TPageControl respectively so as to maintain theming when the OwnerDraw property is set to True (this is useful for if you want to just change the font of a particular caption). The one major limitation - inherited from the theming API - is that TabPosition must be tpTop (the default) and Style tsTabs (ditto) for the code to take effect.September 2009 revision adds multiline support.
Sponsored Links
Read Next: Vampyre Imaging Library 0.26.4
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
