In Delphi, if scrolling a large dataset, we can call disableControls and
after scrolling, call enableControls (this prevent the controls keep refresh
while the dataSet is scrolling), but is there any similar function in
JBuilder X?
my JDBTable connect to a large TableDataSet which contain > 10000 records, I
try to call TableDataSet.deleteAllRows() and find the machine hangs!! I
think the times is spent on continuous refreshing the display of JDBTable.
Thx!!