Calling TDataSet.DisableControls disables the link between master/detail datasets. Is there another way to disable updating data-aware controls without affecting the master/detail relationship? I know I can set individual component's DataSource to nil, but this isn't the practical way for me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This solution presumes you use separate The drawback of this solution: this cause some flickering in your UI. You could:
|
|||||||||
|