TsgcWSPClient_DatasetMethods › Subscribe_all

Subscribe_all Method

Subscribes to the three internal Dataset channels (new, update, delete).

Syntax

procedure Subscribe_all;

Remarks

Shortcut that subscribes the client to the three internal channels used by the Dataset protocol (new-record, update-record, delete-record) so the component receives every Dataset change from the server. This is called automatically after connection when AutoSubscribe is True; call it explicitly if you disabled AutoSubscribe.

Example

oProtocol.Subscribe_all;

Back to Methods