1
vote
Dynamic GUI creation using configuration files
Yes we can :) I have done this for a page designer that uses only Textboxes, Rules(lines) and Graphics but it should work for all registered controls.
[Off the cuff code approximation] …
0
votes
How can I search a large XML data set?
You don't say how you are implementing the datasource. I have used TClientDataSet connected via TXMLTransformProvider (OK not for 300K records) but for a few thousand. and simply setting the filter …
