TsCheckBox OnValueChanged not working..?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36151
    Chris
    Participant

    Hi. I'm running version 8.53 on Delphi 2010.

    When I put a TsCheckBox on a form and watch its OnValueChanged event, that event is not triggered when I check and uncheck the box.

    What property is being monitored by OnValueChanged?

    Thanks.

    #51971
    Support
    Keymaster

    Hello

    Use standard OnClick event. The OnValueChanged event called only when value is changed from code.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.