TDACDSDataTable
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
TDACDSDataTable is a TDADataTable implementation based on the TClientDataSet class.
File
uDACDSDataTable
Declaration
TDACDSDataTable = class(TDADataTable, IDARangeController, IDANativeDatasetStreaming);
Hierarchy
- TScriptableComponent
- TDADataTable
- TDACDSDataTable
- TDADataTable
Methods
| | |
|---|---|
| NativeLoadFromFile | Loads the content of the data table from a file, using the native DataSnap TClientDataSet data format. |
| NativeLoadFromStream | Loads the content of the data table from a stream, using the native DataSnap TClientDataSet data format. |
| NativeSaveToFile | Saves the content of the data table to a file, using the native DataSnap TClientDataSet data format. |
| NativeSaveToStream | Saves the content of the data table to a stream, using the native DataSnap TClientDataSet data format. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | Component | Delphi
