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

  Alt 10. Jul 2019, 08:30
Hallo,
aus meiner Tool-Sammlung

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
  Mit Zitat antworten Zitat