TTMSFNCCloudWhatsAppContactName Class
Stores the name fields for a WhatsApp contact card.
API unit family: TMSFNCCloudWhatsApp
Inherits from: TPersistent
Syntax
TTMSFNCCloudWhatsAppContactName = class(TPersistent)
Properties
| Name | Description |
|---|---|
| FirstName | Gets or sets the first name. |
| FormattedName | Gets or sets the formatted display name. |
| LastName | Gets or sets the last name. |
| MiddleName | Gets or sets the middle name. |
| Prefix | Gets or sets the name prefix. |
| Suffix | Gets or sets the name suffix. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the contact name to a WhatsApp contact JSON object. |