To add an icon to a TButton in Firemonkey one can add a TImage to the button. But how to add an icon to a tab of a TTabControl? Is this possible?
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
- DBGrid - How to set an individual background color
相关文章
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to show appropriate icon on dialog box
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- Coloring cell background on firemonkey stringgrid
- How to style an unordered list with jQuery UI so t
- HelpInsight documentation in Delphi 2007
At the very least you'll need to modify the style (to add the image) and probably create a custom control descended from TTabControl to set the image data.