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
How to set the Metro style in code

To set the default Metro tones, add the unit AdvStyleIF and the code:
procedure TForm18.FormCreate(Sender: TObject);
begin
  AdvOfficePager1.SetColorTones(DefaultMetroTones);
end;