Subject | Re: [IBO] setup control for time data types |
---|---|
Author | Helen Borrie |
Post date | 2003-10-02T11:23:38Z |
At 10:36 AM 2/10/2003 +0000, you wrote:
TIB_Date or TIB_DateTimePicker.
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
>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