Style
csOwnerDrawFixed
ItemHeight
OnDrawItem
DrawItem
ComboBox1.Style := csOwnerDrawFixed;ComboBox1.ItemHeight := 18;procedure TForm1.ComboBox1DrawItem(Control: TWinControl; Index: Integer; Rect: TRect; State: TOwnerDrawState);var s: string;begin if odSelected in State then ComboBox1.Canvas.Brush.Color := clHighlight else ComboBox1.Canvas.Brush.Color := clWindow; ComboBox1.Canvas.FillRect(Rect); s := Table[Index][0] + ' - ' + Table[Index][1]; ComboBox1.Canvas.TextOut(Rect.Left + 2, Rect.Top + 2, s);end;
[3] Delphi Combobox and Memo
Delphi 7 Компоненты Listbox и Combobox
Автосканер Delphi DS 150E + программа Автоком (Делфи)
35# combobox value depends on the selection of another combobox in delphi - ربط قائمة منسدلة مع أخرى
7 - Apprendre la programmation Delphi - ComboBox - تعلم برمجة دلفي - القائمة المنسدلة
Настройка драйвера устройства Delphi DS150e, Autocom CDP+
Rad Studio Delphi 012 ComboBox - 006 Item Height
delphi-hlp.ruox
Rad Studio Delphi 012 ComboBox - 002 default Item \u0026 Style
DELPHI Урок № 18 Работа с DBComboBox. Загрузка списка из файла.
Рекомендуем: