TsgcWSPClient_Dataset › Methods › Subscribe_all
Subscribes to the three internal Dataset channels (new, update, delete).
procedure Subscribe_all;
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.
oProtocol.Subscribe_all;