Tagged Questions

2
votes
5answers
205 views

How can I search a large XML data set?

I have a DataModule with XML and I need do a search... Unfortunately there are more than 300,000 records and I can't make a loop to check one-by-one. Is it possible to make a que …
6
votes
3answers
299 views

Drawing on a DataModule in Delphi

I wonder how difficult it would be to be able to have a custom background or be able to draw on the datamodule canvas somehow so that the relationships of all the datasets can be n …