Page 1 of 1

TCustomDaDataSet.UpdateObject Missing

Posted: Fri 28 Sep 2007 21:58
by jrunyan
I just updated to Delphi 2006 from Delphi 6. TCustomDaDataSet is now missing the UpdateObject property. The help still shows it as a valid property. Is this a bug or do I need to create some kind of work around?

Posted: Mon 01 Oct 2007 08:07
by Plash
UpdateObject is a protected member of TCustomDADataSet. You can access this property using the TOraDataSet class where this property is public.