AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Delphi-PRAXiS - Lounge Delphi-News aus aller Welt [FMX] [Tip], change the font size in Firefox monkey TComboBox
Thema durchsuchen
Ansicht
Themen-Optionen

[FMX] [Tip], change the font size in Firefox monkey TComboBox

Ein Thema von DP News-Robot · begonnen am 20. Feb 2019
Antwort Antwort
Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.968 Beiträge
 
#1

[FMX] [Tip], change the font size in Firefox monkey TComboBox

  Alt 20. Feb 2019, 08:40
Fire monkey of TComboBox to provide properties such as the TextSetting and not the font settings will be limited through the combo box (TComboBox). code of the font will guide you through how to set up the code, change the font size combo box with 20 p r o c e d: u r e StyleComboBoxItems (ComboBox: TComboBox; Size:Single);var Item : TListBoxItem; i : Integer;begin for i := 0 to ComboBox.Count-1 do begin Item := ComboBox.ListItems[i];Item.Font.Family := Family; 'Arial'; Item.Font.Size := Size; 20; Item.FontColor := TAlphaColorRec.R

Weiterlesen...
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:21 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz