TsgcWSPClient_DatasetProperties › NotifyUpdates

NotifyUpdates Property

Send a message to the server each time the local Dataset changes.

Syntax

property NotifyUpdates: Boolean read FNotifyUpdates write FNotifyUpdates;

Default Value

Remarks

When True (default), every insert, post and delete performed on the attached DataSet is serialized and sent to the server on the corresponding Dataset channel so that other clients receive the change. Set to False to use the component as a read-only replica that applies incoming server updates without pushing its own local edits back.

Example

oProtocol.NotifyUpdates := True;

Back to Properties