TBlDBEdit is descendand from TDBEdit with additional properties: ------------------------------------------------------------------ CaseMode cmNormal - inputting char is not converted cmProperCase - first char of each word after inputting is converted to uppercase cmLowerCase - all inputting chars is converted to lowercase cmUpperCase - all inputting chars is converted to uppercase default: cmProperCase ------------------------------------------------------------------ ColorOnFocus - color of focused field (unfocused field has color assigned in Color property) default: clYellow ------------------------------------------------------------------ CursorEndField - cursor stay at end of focused field (only if Autoselect property is false !) default: True (Warning! Autoselect is default False) ------------------------------------------------------------------ EnterLikeTab - key Enter moving focus like key Tab default: True ================================================================== Files descryptions: BlDBEdit.D16 - DCR file for Delphi 1 (rename it to BLDBEDIT.DCR before install!) BlDBEdit.DCR - DCR file for Delphi 2 & 3 BlDBEdit.PAS - source of component BlDBEdit.TXT - this file ------------------------------------------------------------------ I'd like to thank to Jose Maria Dias (TMEditN) for the inspiration. Bolek Umnicki strato@polandmail.com Legnica - POLAND