Marker used to signify the start of record data for an in-memory dataset.
Source position: memds.pp line 46
const smData = 2; |
smData is an Integer constant that contains the marker used to signify the start of record data for an in-memory dataset. smData is used in TMemDataset methods which read or write record values using the stream for the in-memory dataset. The value for smData is 2.
TMemDataset.LoadDataFromStream |
|
Loads record data from the specified stream. |
TMemDataset.SaveDataToStream |
|
Saves record data to the specified stream. |