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 >>

TAdvPageControl
Programmatically adding a page to TAdvPageControl

This code snippet programmatically inserts a new page in the TAdvPageControl
ats := TAdvTabSheet.Create(AdvPageControl1);
ats.AdvPageControl := AdvPageControl1;
ats.Caption := 'New tab';