Pretty much what the title says. The parameters for the HTMLCheckGroup.CheckBoxClick procedure is no different to the HTMLCheckGROUP.Click procedure. Both only have a Sender : TObject parameter.
ie procedure TAssetDialog.HTMLCheckGroup1CheckBoxClick(Sender: TObject);
All other examples of CheckGroups have an index parameter so the user can tell which check box was clicked. Can this be amended? Or is it as designed?
This event is triggered when the caption checkbox, enabled with HTMLCheckGroup.CheckBox.Visible = true, is clicked.
Hi Bruno, is there a way to see which item was clicked with this control?
I checked this and not in a straightforward way.
So, we opted for the better solution and introduced a new event OnClickItem that will return the index of the checkbox clicked and its state.
The next update will have this new event.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.