Component TMSFNCRadioGroup1 onClick or onDBClick

OS: Debian 10 LXDE 64bit
Lazarus 2.0.12
FPC 3.2.0

My component does not respond to this event
(onClick or onDBClick )

How can I read when it changes?

component TTMSFNCCheckGroup
not wokr onClick or onDBClick

You need to use OnRadioButtonClick, OnCheckBoxClick events.

Thanks,
This replacement works.

OnDblClick has no replacement

There is currently no OnDblClick event exposed. We'll investigate the possibilities.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.