I'm tyring to find an existing component similar to the one on the image below, from FinalBuilder 6. Don't know if it might be a custom one or if it comes with any existing package. Anyone seen anything like that?
+1
A:
TListView with grouping comes close if you are willing to write some code yourself, like the underline and click to execute. Otherwise you cloud use outlookbar/sidebar/groupbar controls like offered by TMS Software, DevExpress, Raize and probably JVCL.
Lars Truijens
2010-05-22 12:43:09
JVCL can do this with the JvXpBar component
Warren P
2010-05-25 16:14:17
+3
A:
I believe that component is from Raize, its a Raize groupbar with the style set to Tasklist.
check out the demo from their website: http://www.raize.com/DevTools/RzComps/DemoTrial.asp
Logman
2010-05-22 12:45:30
+3
A:
It is a component named TRzKeyboardGroupBar
residing in FBMiscComponents.bpl and seems to be made by the FinalBuilder people themselves. Although, the name implies that it is derived from TRzGroupBar
that comes with the Raize Components (highly recommended!) with Style
set to gbsTaskList
as Logman assumes.
Uwe Raabe
2010-05-22 14:42:02