Data.DBXCommon.TDBXJSONStream Properties
InheritedProtected
| BaseStream | public | Gets the stream used for reading or writing. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Reader | public | Retrieves a TJSONReader. An exception displays if the stream is not readable. |
| Writer | public | Retrieves a TJsonWriter. An exception displays if the stream is not writable. |