Thema: Delphi TDBLookupComboBox

Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#4

Re: TDBLookupComboBox

  Alt 2. Aug 2007, 13:20
Funktioniert es so?

Delphi-Quellcode:
procedure TForm1.DBLookupComboBoxKeyDown(Sender: TObject; var Key: Word;
  Shift: TShiftState);
begin
  with Sender as TDBLookupComboBox do
    if not ListVisible then
      Key := 0;
end;
  Mit Zitat antworten Zitat