Registriert seit: 14. Aug 2005
1.859 Beiträge
Delphi 11 Alexandria
|
AW: ComboBox Einträge editieren
17. Jul 2010, 12:29
Hallo DeddyH,
So sind zurzeit die Einstellungen:
Delphi-Quellcode:
object cBoxServername: TComboBox
Left = 127
Top = 36
Width = 145
Height = 22
AutoComplete = False
AutoDropDown = True
ItemHeight = 14
ItemIndex = 0
TabOrder = 1
Text = ' localhost'
OnKeyDown = cBoxServernameKeyDown
OnKeyPress = cBoxServernameKeyPress
Items.Strings = (
' localhost')
end
Bis bald Chemiker
wer gesund ist hat 1000 wünsche wer krank ist nur einen.
|