Jump to content

Recommended Posts

Posted

Hello,

I need to get TUniTreeNode.Index. NOT selectedIndex. I wanna write export and import for treeview, but need Index property so I can find node place. Level property is published

Maybe need publish this property in TUniTreeNode.

Thank you.

Posted

Thank you,

No need to cast for "TUniTreeView.Items[ I ].AbsoluteIndex;"

 

ShowMessage(IntToStr(TUniTreeView.Items[ I ].AbsoluteIndex) +' = '+ IntToStr(TWebTreeNode( TUniTreeView.Items[ I ] ).Id));

 

 

TWebTreeNode.Id  is equal TreeNode.Index ?

 

regards.

Posted

There is no help file(s) ( I hope yet :) )

if its possible, can you explain whats different AbsoluteIndex & Id ?

I'm newbie on uniGUI & web, I wanna learn.

Thank you so much for your helps

Best regards

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...