AdvDBOfficeRadioGroup tab order and keyboard

Hi


I need to navigate by keyboard on this control but :

1) Dont get focus with Tab order
2) Dont have event KeyPress, Down, Up etc

Help me please ...

Bye

Like a standard VCL TRadioGroup, set TabStop = true and you can navigate with the tab key to give the radiogroup focus and move the focused radiobutton within the radiogroup with the arrow keys.

ok ... and i want to select with Key Return the item and exit to control ..(as tab key)

That behavior is unfortunately not built-in.