Jump to content

Search the Community

Showing results for tags 'uniTreeView export to XML'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hello, I need to export Treeview to xml, and I wrote this unit. Saveto file and read fromfile. Just can not set TuniTreeNode.Level, 'cos that property is readonly. So this mean file hasto be ordered, if you add/change manually xml file. I wanna use TreeView like a menu, sometime modified and there is no export import way. And I don't like add item(s) in code. 1.1 new: added "use_menu_id" compiler directive. This is Add "mnu_id" Attribute in xml. This is for on TUniTreeView.OnClick (How to use detail in pas header) this codes are howto use: // Save With TuniTreeViewToXML.Create(UniTreeView1) do try SaveToFile('test.xml'); finally Free; end; // load UniTreeView1.Items.Clear;// !!!! important, you have to clear all item first With TXMLTouniTreeView.Create do try XMLTouniTreeView(UniTreeView1, 'test.xml'); finally Free; end; uniTreeViewXML.zip
×
×
  • Create New...