Refreshing a ClientDataSet nested in a DataSetField
问题 I've nearly finished some code to solve the problem in this unanswered q from last year: Refresh Nested DataSet with poFetchDetailsOnDemand Received wisdom is that it's not possible to refresh the nested detail CDS from the server without closing and re-opening the master CDS, but obviously that can generate a disproportionate amount of network traffic, just to refresh a single master row and its detail rows. I thought of a straightforward way to refresh the detail CDS from the server and it