TsgcWSPClient_Dataset › Properties
Published properties grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Client | WebSocket client component used as transport for the Dataset subprotocol. |
| Broker | Optional broker component that relays subprotocol messages between peers. |
| Guid | Unique identifier used to route messages to a specific protocol instance. |
| Name | Description |
|---|---|
| DataSet | TDataSet instance that the component keeps in sync with the server. |
| AutoSubscribe | Subscribe automatically to the internal Dataset channels after connecting. |
| NotifyUpdates | Send a message to the server each time the local Dataset changes. |
| ApplyUpdates | Apply Dataset changes received from the server to the local Dataset. |
| UpdateMode | Selects which fields are sent on update: all, changed, or full refresh. |
| FormatSettings | Shared format settings used to serialize numeric and date/time fields. |
| Name | Description |
|---|---|
| AutoEscapeText | Automatically escape/unescape reserved characters inside string field values. |
| EncodeBase64 | Encode string field values in Base64 before sending them over the wire. |
| Name | Description |
|---|---|
| QoS | Quality of Service options (Level, Interval, Timeout) for acknowledged delivery. |
| Name | Description |
|---|---|
| Version | Read-only subprotocol version string. |
| Name | Description |
|---|---|
| ApplyUpdates | Apply Dataset changes received from the server to the local Dataset. |
| AutoEscapeText | Automatically escape/unescape reserved characters inside string field values. |
| AutoSubscribe | Subscribe automatically to the internal Dataset channels after connecting. |
| Broker | Optional broker component that relays subprotocol messages between peers. |
| Client | WebSocket client component used as transport for the Dataset subprotocol. |
| DataSet | TDataSet instance that the component keeps in sync with the server. |
| EncodeBase64 | Encode string field values in Base64 before sending them over the wire. |
| FormatSettings | Shared format settings used to serialize numeric and date/time fields. |
| Guid | Unique identifier used to route messages to a specific protocol instance. |
| NotifyUpdates | Send a message to the server each time the local Dataset changes. |
| QoS | Quality of Service options (Level, Interval, Timeout) for acknowledged delivery. |
| UpdateMode | Selects which fields are sent on update: all, changed, or full refresh. |
| Version | Read-only subprotocol version string. |