How to use MSDBEDIT for Delphi

MSDBEDIT works just like the native DBEDIT control
that comes with Delphi. It adds two new properties

ChangedFont  - Set this property to the font that 
will be used whenever the contents of the edit box
have been changed by the user.

ReadOnlyFont - Set this property to the font that 
will be used whenever the contents of the edit box
have been changed by the user.

That's all there is to it!

