It's not the logical format that I need to learn, as that's quite
easy to describe in any number of ways...the most apparent being xml.
Something like this for example:

<Root>
        <Root Attribute 1>
                <Root Attribute 2>
        <2nd Level>
                <2nd Level Attribute 1>
                        <2nd Level Attribute 2>
                                <2nd Level Attribute 2/>
                         <2nd Level Attribute 1/>
        <2nd Level/>
                <Root Attribute 2/>     
        <Root Attribute 1/>
<Root/>

        And from a layout like this it would seem the automatic choice would
certainly be to use xml to store it.  But...I'm wondering if there might be
a better way.  

from Robert Meek dba Tangentals Design


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of David J Taylor
Sent: Tuesday, December 27, 2005 2:28 AM
To: Borland's Delphi Discussion List
Subject: Re: Storing dynamically built menus

If I had to do this, I might start by looking at how such menus were 
stored in the DFM file (I'm using Delphi 5).

David 

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to