Thema
:
Jedi ComboBox und CheckListComboBox
Einzelnen Beitrag anzeigen
hoika
Registriert seit: 5. Jul 2006
Ort: Magdeburg
8.276 Beiträge
Delphi 10.4 Sydney
#
2
AW: Jedi ComboBox und CheckListComboBox
10. Jul 2019, 08:30
Hallo,
aus meiner Tool-Sammlung
markieren
Delphi-Quellcode:
procedure
CB_SetDropDownWidth(theComboBox: TComboBox;
const
theWidth: Integer);
const
CB_SETDROPPEDWIDTH = 352;
// Konstante aus D2010
begin
theComboBox.Perform(CB_SETDROPPEDWIDTH, theWidth, 0);
end
;
Heiko
Zitat
hoika
Öffentliches Profil ansehen
Mehr Beiträge von hoika finden