This is a 'Google Chrome style' TTabSet component for Delphi.
Features
- Show icon in tab items
- Gradient color tab and component background
- Close icon in tab
- Rounded tab edges
- Scrollable, if have more item
- TabItems has a Modified property
- Delphi 7 compatible
- New tab button
- Auto-width property
- Tab dragging (Thx Omar)
- Double buffering paint
- Reworked scroll buttons
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow IceTabSet
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thank you for your work.
-
Good stuff. under D7( from bobcsi): change the line 719 to: FBuffer.Width := ClientRect.Right - ClientRect.Left; FBuffer.Height := ClientRect.Bottom - ClientRect.Top;
-
Look very nice, but the source does not compile under Delphi 7!