TMS FNSGrid - cell editor for time stamp

What editor type should I assign as column editor for editing time stamps?

I read in the TMS FNC Grid developers guide, that it is possible to assign a custom type editor, but which control is available for edtiting time stamps?

Hi,

You can use the TTMSFNCDateTimePicker for editing date/time

Hello Pieter,

I thought already about this, but had problems to figure out to set the editor properties to time only. Then I tried TTMSFNCDigitalTimePicker, but that did not work in the way I would like. I would like to enter the time by keyboard, not selecting it by open an editor.

In FMX, there is a TTimeEdit, but there is currently no equivalent for selecting time for the other frameworks without a drop-down.