TTMSFNCCustomDataLinkCSV Class
Custom data link that exposes CSV records through ITMSFNCDataObject.
API unit family: TMS.TMSFNCDataLinkCSV
Inherits from: TTMSFNCCustomDataLink
Syntax
TTMSFNCCustomDataLinkCSV = class(TTMSFNCCustomDataLink)
Methods
| Name | Description |
|---|---|
| GetFileFilter | Returns the file dialog filter for CSV files. |
| LoadFromStream | Loads CSV data from a stream. |
| SaveToStream | Saves the current CSV data to a stream. |