TdxCustomLayoutGroup.OnCheckBoxStateChanged Event
Allows you to respond to a state change of the layout group’s check box.
Declaration
property OnCheckBoxStateChanged: TNotifyEvent read; write;
Remarks
This event occurs every time a user switches the check box’s state. Use the Sender parameter to identify the layout group that raised the event.
See Also