![]() |
Farben in einer Colorbox?
Hallo,
ist es möglich einer Colorbox nur 3-4 Farben zuzuweisen? Viele Grüße .... |
Re: Farben in einer Colorbox?
Delphi-Quellcode:
ColorBox1.Items.clear;
ColorBox1.Items.AddObject('grün',TObject(clGreen)); ColorBox1.Items.AddObject('rot',TObject(clRed)); ColorBox1.Items.AddObject('blau',TObject(clGreen)); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:09 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz