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
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
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!