Tips and Frequently Asked Questions
How to have a caption with an image float left or right and have text rendered next to the image
You can achieve this through new HTML floating alignment in the
tag features in the HTML engine and insert the right aligned image this way.
This new feature is described in the TMS Component Pack What’s new guide on page 30.
Example:
This adds a clickable right aligned image & text in the AdvPanel caption:
procedure TForm2.FormCreate(Sender: TObject); begin advpanel1.Caption.Text := ''<p align="left" float="left">Product A</p><p align="right">123.456<a href="test"><img src="idx:0"></a></p>''; 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