Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



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