TDAStreamingOption

Overview

The TDAStreamingOption enumeration defines possible values for the TDADataTable property.

Location

  • Unit: uDADataTable.pas
Value Description
soDisableEventsWhileStreaming The data table's notification events for data or row changes will not fire during streaming processes, while downloading new data or applying changes (default)
soDisableFiltering Specifies that filters should be disabled before streaming operations. It will guarantee that data will be saved to stream completely. In case filtered data should be saved, remove this option
soIgnoreStreamSchema Any schema information sent from the server as part of the data packet will be ignored and the data table will maintain its predefined schema.

If not present, schema information present in the data stream can override the configured field settings.