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
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
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!