Hi i created the field defs on my TMemDataSet, Assuming it serves a purpose like TClientDataSet from VCL or TFDMemTable from FireDAC, now when i try to append a record to it, it gives me field not found.
on TClientDataSet i would call CreateDataSet and then it would work normally, how can i proper use the TMemDataSet to have a dataset in memory with the field defs that i defined?
Thanks