Re:Input Mask for DBEdit?
In order to use an EditMask for a DBEdit, you have to create individual
TField objects, and then set their individual editmasks.
To do this, double-click the TTable or TQuery component to start the
Fields Editor. If there aren't any fields in the listbox, click the Add
button, and select the fields you want to use. (BTW, if you Add some, but
not all, of the fields, the ones you do not include will NOT be available
to your application!).
Once you've created the TFields for your database, drop down the list in
the Object Browser; right below your database, you'll see a list of the
fields you created, all starting with the name of your database. Select
the one you want to set the EditMask for, and VOILA!
Hope this answers your question :-)
Ken White