Not to allow editing on a dbcomboBox control Root › Discussions › AlphaControls This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by CheshireCat. Viewing 1 post (of 1 total) Author Posts February 17, 2014 at 9:03 am #51579 CheshireCatParticipant Hello, you can try: Code: procedure TForm1.sDBComboBox1KeyPress(Sender: TObject; var Key: Char); begin Key := #0; end; Or you can set the Style to csDropDownList. By csDropDownList the Combo Box is empty if data pointer is moved! Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls