This unit contains implementation of the TMemDataSet class.
Classes
Name | Description |
TMemDataSet |
A base class for working with data and manipulating data in memory. |
Types
Name | Description |
TJsonOptions |
Additional options used when saving the dataset in the JSON format. |
Enumerations
Name | Description |
TJsonOption |
Additional options used when saving the dataset to the JSON format. |
TXmlIndentFormat |
Specifies the indentation format in XML format files or streams when saving the dataset using the TMemDataSet.SaveToXML methods. |
Variables
Name | Description |
DoNotRaiseExcetionOnUaFail |
An exception will be raised if the value of the UpdateAction parameter is uaFail. |
SendDataSetChangeEventAfterOpen |
The DataSetChange event is sent after a dataset gets open. It was necessary to fix a problem with disappeared vertical scrollbar in some types of DB-aware grids. |