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

TAdvOfficePager
Programmatically inserting a page

pc: TAdvOfficePage:

pc := TAdvOfficePage.Create(self);
pc.AdvOfficePager := AdvOfficePager1;
pc.Caption := 'New page';