TsgcWSPClient_DatasetProperties › UpdateMode

UpdateMode Property

Selects which fields are sent on update: all, changed, or full refresh.

Syntax

property UpdateMode: TwsDatasetUpdateMode read FUpdateMode write FUpdateMode;

Default Value

Remarks

Controls the payload sent to the server when a row is updated:

Example

oProtocol.UpdateMode := upWhereChanged;

Back to Properties