How can I use an action to determine a control's visibility?

前端 未结 3 1705
野趣味
野趣味 2021-01-05 07:33

I\'m trying to use an action to control the visibility of a control. My code looks like this:

Pascal file

unit Unit1;

interface

us         


        
3条回答
  •  [愿得一人]
    2021-01-05 07:58

    ActionUpdate event is not called when related controls are not visible. Try to explicity call ActionUpdate on Checkbox1's click event.

提交回复
热议问题