TOracleDatasetDescendant with Master/Detail Refresh Delay

Hello,
I'd like to build an Destcendant of TOracleDataset, with an new property "RefreshDelayTime".
If The Master will change, the Detail Dataset will be Disabled.
A few seconds later, after "RefreshDelayTime" the Detail-Dataset will refresh and Enabled.
Witch property/Procedure/Function should I override, if I'd like to rewrite the Refresh of the Detaildataset in this way, that no refresh of the Detaildataset occures (because it follows later) and instead of this a timer will start to run and the Detaildataset is Disabled.
 
I'm not sure if this can be accomplished through a descendant. Perhaps you should not use the standard master/detail feature, but implement your own synchronization based on the AfterScroll event.

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