TCustomDaDataSet.UpdateObject Missing

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jrunyan
Posts: 7
Joined: Fri 28 Sep 2007 21:50

TCustomDaDataSet.UpdateObject Missing

Post by jrunyan » Fri 28 Sep 2007 21:58

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?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 01 Oct 2007 08:07

UpdateObject is a protected member of TCustomDADataSet. You can access this property using the TOraDataSet class where this property is public.

Post Reply