Tips and Frequently Asked Questions
Programmatically make a panel floating on double click on caption
Following event handler for the TAdvToolPanel.OnDblClick will check if the double click is on the panel caption and if so, make the panel floating:
procedure TForm2.AdvToolPanel3DblClick(Sender: TObject); var pt: TPoint; r: TRect; begin GetCursorPos(pt); pt := (Sender as TAdvtoolpanel).ScreenToClient(pt); if (pt.y < 20) then begin r := (Sender as TAdvtoolpanel).ClientRect; advtoolpanel3.ManualFloat(r); 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