Jump to content

Sherzod

Moderators
  • Posts

    19706
  • Joined

  • Last visited

  • Days Won

    637

Posts posted by Sherzod

  1. 5 hours ago, FFREDIANELLI said:

    Hi, how to change the font family name to  "Century Gothic" ? in the dbgrid, how to use the tunifontname ? in this example ?

    Hello,

    Well, about the same, using a variable as you wish:

    On 7/10/2021 at 8:28 AM, Sherzod said:
    procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol,
      ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs);
    begin
      Attribs.Font.Size := AGridFontSize;
    end;
    procedure TMainForm.UniDBGrid1DrawColumnCell(Sender: TObject; ACol,
      ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs);
    begin
      Attribs.Font.Name := 'Century Gothic';
    end;

     

  2. 48 minutes ago, Alexandre Storti said:

    TUniRadioGroup

    21 hours ago, Alexandre Storti said:

    TUniRadioGroup

    On 4/15/2024 at 11:00 PM, Alexandre Storti said:

    TUniRadioGroup

    I understood you already, but could not find a solution at the moment.

×
×
  • Create New...