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 is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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!