Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvOfficeTabSet
Getting Started

Drop a TAdvOfficeTabSet on the form and click AdvOfficeTabs in the object inspector to add tabs to the TAdvOfficeTabSet.
Add a TAdvOfficeTabSetOfficeStyler on the form and assign the component to TAdvOfficeTabSet.AdvOfficeTabSetStyler.
Select the style with TAdvOfficeTabSetOfficeStyler.Style.

To use TAdvOfficeMDITabSet in your MDI applications, it is sufficient to drop TAdvOfficeMDITabSet on the form and in the procedure to create your child window, add:

AdvOfficeMDITabSet.AddTab(Child);
The TAdvOfficeMDITabSet will automatically manage:

  • activation on click on MDI child
  • close of MDI child on tab close click
  • tab scrolling
  • tab selection through attached popup menu