Tips and Frequently Asked Questions
Writing custom TWebUpdateWizard translation components
It is very simple to create a translated version of the TWebUpdateWizard by providing a TWebUpdateWizardLanguage component. To write a custom version, create a class that descends from TWebUpdateWizardLanguage, override the constructor and provided the translated texts.
As an example, this is the source code for the dutch translated version:
constructor TWebUpdateWizardDutch.Create(AOwner: TComponent); begin inherited; Welcome := 'Druk start om te beginnen met controleren voor applicatie updates ...'; StartButton := 'Start'; NextButton := 'Volgende'; ExitButton := 'Verlaten'; CancelButton := 'Annuleren'; RestartButton := 'Herstarten'; GetUpdateButton := 'Update'; NewVersionFound := 'Nieuwe version gevonden'; NewVersion := 'Nieuwe versie'; NoNewVersionAvail := 'Geen nieuwe versie beschikbaar.'; NewVersionAvail := 'Nieuwe versie beschikbaar.'; CurrentVersion := 'Huidige versie'; NoFilesFound := 'Geen bestanden gevonden voor update'; NoUpdateOnServer := 'geen update gevonden op server ...'; CannotConnect := 'Er kan geen verbinding met de update server tot stand gebracht worden of'; WhatsNew := 'Nieuw in update'; License := 'Licentie overeenkomst'; AcceptLicense := 'Ik aanvaard'; NotAcceptLicense := 'Ik aanvaard niet'; ComponentsAvail := 'Beschikbare applicatie componenten'; DownloadingFiles := 'Downloaden bestanden'; CurrentProgress := 'Vooruitgang huidig bestand'; TotalProgress := 'Totale vooruitgang'; UpdateComplete := 'Update volledig ...'; RestartInfo := 'Druk Herstarten om de nieuwe versie te starten.'; WhatsNewPopup := ‘Bekijken met kladblok’; LicensePopup := ‘Bekijken met kladblok’; 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