Tips and Frequently Asked Questions
Associating an object with an AdvOutlookList item
procedure TForm1.AdvOutlookList1ItemClick(Sender: TObject; Item: POGLItem; Column: Integer); begin // show the value of the object assigned to the item clicked showmessage(inttostr(integer(item.ItemObject))); end; procedure TForm1.FormCreate(Sender: TObject); begin with advoutlooklist1.AddGroup('group') do begin AddChild.Add('item 1'); // assign the object to the item ChildOGLItem[0].ItemObject := TObject(1); // assign the object to the item AddChild.Add('item 2'); ChildOGLItem[1].ItemObject := TObject(2); end; 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