AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 23:02

Parameter dieser Suchanfrage:

Suche in Thema: Listbox färbt komisch ein
Suche alle Beiträge, die von "toms" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 3 von insges. 3 Treffern
Suche benötigte 0.004s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    Re: Listbox färbt komisch ein

      Delphi
      by toms, 25. Sep 2008
    procedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;
    Rect: TRect; State: TOwnerDrawState);
    begin
    with (Control as TListBox) do
    begin
    if Index = 2 then
    begin //bei best. Zeile soll folgendes gelten
    Canvas.Brush.Color := clRed;
    Canvas.Font.Color := clYellow;
    end else //falls gewünscht
  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    Re: Listbox färbt komisch ein

      Delphi
      by toms, 25. Sep 2008
    procedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;
    Rect: TRect; State: TOwnerDrawState);
    begin
    with (Control as TListBox) do
    begin
    if Index = 2 then //bei best. Zeile soll folgendes gelten
    begin
    Canvas.Brush.Color := clRed;
    Canvas.Pen.Color := clWhite;
    end
  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    Re: Listbox färbt komisch ein

      Delphi
      by toms, 25. Sep 2008
    procedure TForm1.ListBox1DrawItem(Control: TWinControl; Index: Integer;
    Rect: TRect; State: TOwnerDrawState);
    begin
    with (Control as TListBox) do
    begin
    if Index = 2 then //bei best. Zeile soll folgendes gelten
    begin
    Canvas.FillRect(Rect);
    Canvas.Brush.Color := clRed;
    Canvas.Pen.Color := clWhite;


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=toms&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=121316
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:18 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