> From: John Dammeyer <[EMAIL PROTECTED]>
> Subject: Graphically dropping and linking records.
> To: 'Borland's Delphi Discussion List' <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII
> 
> Hi,
> 
<<snip>>

> somewhere on how to do this in an application?  Once built
> then I could just walk the tree and generate the C
> language file to be included into my application. 
> 
> Another upside is I could take my Delphi simulation of the
> application and use the buttons to walk through this same
> menu structure to simulate the end product.
> 
> Suggestions?
> 
> Thanks
> 
> John Dammeyer

TTreeView springs to mind.
There are enough events and properties that you can easily
make your menu tree using add, remove and drag and drop.

You can save the tree in any form you like and read it in
next run.


Mick

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

Reply via email to