TTMSFNCCloudSMSItem Class
Represents a single value parsed from a message response, carrying the value in one of several general-purpose data fields.
API unit family: TMSFNCCloudSMS
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudSMSItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | General-purpose Boolean value associated with the item. |
| DataInteger | General-purpose integer value associated with the item. |
| DataObject | General-purpose object reference associated with the item. |
| DataPointer | General-purpose pointer value associated with the item. |
| DataString | General-purpose string value associated with the item. |