smartins
smartins

Reputation: 3888

Is there any existing commercial or free component like this?

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?

FinalBuilder http://img35.imageshack.us/img35/8995/finalbuildercomponent02.png

Upvotes: 0

Views: 601

Answers (4)

iosdjgiosdjg
iosdjgiosdjg

Reputation: 11

you do that with VirtualTrees from SoftGems for free

Upvotes: 1

Uwe Raabe
Uwe Raabe

Reputation: 47704

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.

Upvotes: 3

Logman
Logman

Reputation: 654

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 alt text http://img25.imageshack.us/img25/5458/raisetasklist.jpg

Upvotes: 3

Lars Truijens
Lars Truijens

Reputation: 43595

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.

Upvotes: 1

Related Questions