RowsProcessed and TOracleDataset

alex

Member
Since you know the value internally would it be possible to make implement it as a public property in the TOracleDataset Component too or at least protected so we can bring it out via inheritance. We would definitly appreciate it.

Regards, Alex
 
This is an existing enhancement request. Right now you can derive a class from TOracleDataSet and use the InternalQuery function (which is protected) to get access to its RowProcessed function.

------------------
Marco Kalter
Allround Automations
 
Back
Top