Jump to content

Treeview and UseCheckBox


Pascal

Recommended Posts

Hi,

 

Using TUniTreeview and UseCheckBox is set to True. Iterating through the Treeview nodes and it seems that the 'Checked' property of the node is always False although the checkbox is checked. Any idea?

 

Regards,

Pascal

 

Using Delphi XE7 and uniGUI 4.2.5.1763

Link to comment
Share on other sites

Found a workaround. Added a 'dummy' OnNodeCheckChange event. Don't know why but it seems to work now ..

procedure TMainForm.tvwMovingRuleNodeCheckChange(Sender: TObject; Node: TUniTreeNode);
begin
  // Workaround to receive the Checked status
end;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...