Tips and Frequently Asked Questions

Adding a tree structure in the InspectorBar
A tree structure can be added in InspectorBar items by using the item's Level property. By default, all items have Level = 0, meaning that all items are treated as root items. When Level is set to a value different from zero, this means that the item becomes the child item of another item before this item with a smaller Level property value. In this sample code snippet, a panel is programmatically created and a tree structure of a root item, a child item and a child of this child item is inserted.
begin InspectorBar1.Panels.Add; InspectorBar1.PanelCaption.SideDisplay := true; InspectorBar1.PanelCaption.SideWidth := 20; InspectorBar1.PanelCaption.OpenCloseGraphic := ocgCross; InspectorBar1.Mode := imMultiPanelActive; InspectorBar1.Panels[0].Caption := 'A panel'; InspectorBar1.Panels[0].ItemHeight := 23; InspectorBar1.Panels[0].Items.Add; InspectorBar1.Panels[0].Items.Add; InspectorBar1.Panels[0].Items.Add; InspectorBar1.Panels[0].Items.Add; InspectorBar1.Panels[0].Style := psProperties; InspectorBar1.Panels[0].Items[0].Level := 0; InspectorBar1.Panels[0].Items[0].Caption := 'Root 0'; InspectorBar1.Panels[0].Items[1].Level := 1; InspectorBar1.Panels[0].Items[1].Caption := 'Item'; InspectorBar1.Panels[0].Items[2].Level := 2; InspectorBar1.Panels[0].Items[2].Caption := 'SubItem'; InspectorBar1.Panels[0].Items[3].Level := 0; InspectorBar1.Panels[0].Items[3].Caption := 'Root 1'; end;
Pricing
Single Developer License
Small Team License
Site License
TMS VCL UI Pack
€ 395
€
175
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
MOST POPULAR
TMS VCL Subscription
€ 895
€
450
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS VCL UI Pack
check
All TMS VCL products
more_horiz
Discover more
BEST VALUE
TMS ALL-ACCESS
€ 1,795
€
595
yearly renewal
license for 1 developer
Includes
check
Full source code
check
Access to the TMS Support Center
check
Free updates and new releases
check
TMS VCL UI Pack
check
All TMS VCL products
check
All TMS products
more_horiz
Discover more
All prices excl. VAT. Renewal price is subject to change and only valid up to 30 days after license has expired. After renewal period a discount price is offered to renew the license.
Free Trial
Start a free TMS VCL UI Pack evaluation today!Please enter a valid email address
Download started. Your trial key will be provided by email!
By entering your email address you agree to receive email messages from TMS Software.

Note that the TMS VCL UI Pack replaces the TMS Component Pack. Both products can't be installed simultaneously. Therefore TMS Component Pack must first be uninstalled before installing the TMS VCL UI Pack