Tips and Frequently Asked Questions
Inserting, updating a menu item at runtime
When inserting or updating a menu item at runtime, do this with BeginUpdate / EndUpdate calls. This is a requirement due to an optimization for visual updates when the menu stylers are used. Following sample code snippet shows how to add a new menu item at runtime:
var mnu: TMenuItem; begin AdvMainMenu1.BeginUpdate; mnu := TMenuItem.Create(self); mnu.Caption := 'New item'; AdvMainMenu1.Items[1].Insert(0,mnu); AdvMainMenu1.EndUpdate; end;
Pricing
Single Developer License
Small Team License
Site License
TMS VCL UI Pack
€ 375
€
150
yearly renewal
license for 1 developer
MOST POPULAR
BEST VALUE
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
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