TsgcWSPClient_Dataset › Methods › Synchronize
Requests the full Dataset content from the server to refresh the local copy.
procedure Synchronize;
Sends a synchronize request to the server. The server answers with the entire current Dataset content: OnBeforeSynchronize fires first, then one Dataset new/update message per row is applied to the local DataSet, and finally OnAfterSynchronize fires. Use this after connecting or after a reconnect to bring a freshly opened local DataSet up to date.
oProtocol.Synchronize;