Tips and Frequently Asked Questions
Indicate progress of a process on the tab of a TAdvOfficePager
This option saves space and indicates useful progress information to users when different processes are handled in different tabs. To enable progress on the tab, this can be configured via TAdvOfficePage.Progress:
procedure TForm1.FormCreate(Sender: TObject); begin AdvOfficePager11.Caption := ''Tab with progress''; AdvOfficePager11.Progress.Visible := true; AdvOfficePager11.Progress.Position := 25; // set this to true to make tab also visible when it is not selected: AdvOfficePager1.ShowNonSelectedTabs := true; end;
The progress class has further properties to customize the progressbar colors / background colors.
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