Specifies whether the dataset is automatically closed when the associated ClientDataSet is closed.
property AutoClose: boolean default True;
Set the AutoClose property to False to prevent the dataset from being closed automatically after the associated ClientDataSet is closed. It is useful when working with a query that returns multiple ResultSets and requires reopening the ClientDataSet to read them.