Subject Re: [IBO] setup control for time data types
Author Helen Borrie
At 10:36 AM 2/10/2003 +0000, you wrote:
>Anyone suggest a good control for a time data type?

I use TIB_Edit. If you want a calendar and all that stuff, look at
TIB_Date or TIB_DateTimePicker.

>and how to set it up?

In the Fields Editor:
ColumnAttributes: check "No date"
FieldsDisplayFormat/FieldProperties --- DisplayFormat
For editing (if default mask doesn't suit) set up an EditMask. Help for
that is in Delphi help, under TEditMask.

Helen