TObjectDataset fProperties empty when LoadFieldDefsFromFields is used

Issue #289 resolved
Ludovic Cléroux created an issue

If I create a TObjectDataset and manually create the fields within, when I try to modify and post data, the DoPostRecord procedure will do nothing to update the underlying object since the fProperties dictionary has not been initialized, due to the InternalInitFieldDefs procedure using the LoadFieldDefsFromFields wich does not populate the fProperties dictionary, contrary to the LoadFieldDefsFromItemType procedure.

Comments (3)

  1. Log in to comment