Tips and Frequently Asked Questions
How to automatically redock the tab if the user clicks the undocked tab's 'Close' button
You’d need to attach an event handler for the closing of the page when it is floating. You can do this from the OnTabUnDock event where you attach an event handler to the floating form OnClose event.
Example:
TForm1 = class(TForm) public { Public declarations } procedure CloseHandler(Sender: TObject; var Action: TCloseAction); end; procedure TForm1.AdvOfficePager1TabUnDock(Sender: TObject; APage: TAdvOfficePage); begin APage.GetFloatingWindow.OnClose := CloseHandler; end; procedure TForm1.CloseHandler(Sender: TObject; var Action: TCloseAction); begin // floating form closing here 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