TsgcWSPClient_DatasetMethods › Synchronize

Synchronize Method

Requests the full Dataset content from the server to refresh the local copy.

Syntax

procedure Synchronize;

Remarks

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.

Example

oProtocol.Synchronize;

Back to Methods