TTMSFNCDataLinkJSON Class
Data link component that loads and saves JSON data for TTMSFNCDataSet.
API unit family: TMS.TMSFNCDataLinkJSON
Inherits from: TTMSFNCCustomDataLinkJSON
Syntax
TTMSFNCDataLinkJSON = class(TTMSFNCCustomDataLinkJSON)
Properties
| Name | Description |
|---|---|
| DataRootElement | Gets or sets the JSON element that contains the record array. (inherited from TTMSFNCCustomDataLinkJSON) |
| DateTimeFormat | Gets or sets the date/time format used for JSON values. (inherited from TTMSFNCCustomDataLinkJSON) |
| MetaDataElement | Gets or sets the JSON element that contains field metadata. (inherited from TTMSFNCCustomDataLinkJSON) |
Methods
| Name | Description |
|---|---|
| GetFileFilter | Returns the file dialog filter for JSON files. (inherited from TTMSFNCCustomDataLinkJSON) |
| LoadFromStream | Loads JSON data from a stream. (inherited from TTMSFNCCustomDataLinkJSON) |
| SaveToStream | Saves the current JSON data to a stream. (inherited from TTMSFNCCustomDataLinkJSON) |