Font Size in the TAdvOfficePager

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68850
    SpeedTI
    Participant

    Components used

    After installing version 15.08 the font in the TAdvOfficePage component is reduced even if the font size is increased or decreased.

    I was forced to uninstall

    • This topic was modified 4 years, 4 months ago by SpeedTI.
    Attachments:
    You must be logged in to view attached files.

    Regards
    Valdir Sola

    #68853
    Support
    Keymaster

    How to change font of this component? I want to test it.

    #68857
    SpeedTI
    Participant

    The font is changed in the TAdvOfficePagerOfficeStyler component in the TabAppearance-> Font property

    Regards
    Valdir Sola

    #68859
    SpeedTI
    Participant

    I put it manually in the Form’s OnShow event and solved the problem

    procedure TfrmClientes.FormShow (Sender: TObject);
    begin
         with frmGeral.AdvOfficePagerOfficeStyler1.TabAppearance do begin
             Font.Size: = 10;
         end;
    end;

    Regards
    Valdir Sola

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.