假设数据库里有数据  ABC 
                    123
DBLookupComboboxEh1绑定好后
                   输入A 就自己填充ABC 
我想禁止此功能,找不到autocomplete  属性  
请问谁有办法
另外20分到http://community.csdn.net/Expert/topic/4071/4071098.xml?temp=.489773

解决方案 »

  1.   

    AutoSelectDetermines whether all the text in the edit control is automatically selected when the control gets focus.Delphi syntax:property AutoSelect: Boolean;C++ syntax:__property bool AutoSelect = {read=FAutoSelect, write
    =FAutoSelect, default=true};DescriptionSet AutoSelect to select all the text when the edit control gets focus. AutoSelect only applies to single-line edit controls.Use AutoSelect when the user is more likely to replace the text in the edit control than to append to it.
      

  2.   

    DBLookupComboBox的 。TXT的属性是不可更改的。不能象EDIT一样编辑。如果想要编辑 修改DBLookupComboBox的原代码。具体修改在CSDN上搜索就可以,以前有文章。
      

  3.   

    推荐解决方法:http://community.csdn.net/Expert/topic/4111/4111653.xml?temp=.8534815