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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!