Atozed Forums

Full Version: Sync without it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to refresh my dbgrid without reloading it also without navbar
Hi Morhous, you can try:
Code:
IWDBGrid.DoRefreshControl := True;
Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work
(06-07-2018, 02:29 AM)morhous Wrote: [ -> ]Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work

This sets a flag that causes a refresh at the end of your event.  If you set that flag more than once, it will still refresh only once while rendering the response to the client.

I have not traced the code, but when have used the process that is the behavior I received.

Dan