Tagged Questions

TdxMemData is an ultra-fast in-memory TDataSet descendant VCL component included in the ExpressMemData package by Developer Express Inc.

learn more… | top users | synonyms

1
vote
3answers
1k views

Check at TDataSet row against a filter string

I am using a DevExpress TdxMemData in memory TDataSet descendant. While it has Filtered: Boolean and Filter: String properties, it doesn't appear to actually do anything with them automatically, ...
0
votes
0answers
56 views

How to keep abstract data types in memdata fields?

Is there any field type that can hold TObject's or any user defined class's pointer? How can i hold instances of my custom class in memdata? Thanks.
0
votes
2answers
515 views

How to insert data into a TdxMemData in Borland Builder

I'm struggling to insert data into a TdxMemData which is linked to a grid by a TDataSourse. The MemData -called PurchaseData- has 3 columns: Date (date), Place (string) and Value (currency). I have a ...