TDAElementType

Overview

The TDAElementType enumeration is used internally by data streamer to determine the type of the data element inside the stream. Data stream can hold serialized tables, their deltas or both of them. And given enumeration is used to determne how to properly deserialize given element.

Location

  • Unit: uDABin2DataStreamer.pas


Value Description
etDataset Stream element contains serialized data table
etDelta Element represents the serialized delta