TTMSFNCWhatsAppReceiverContactName Class
Holds the structured name parts of a shared contact.
API unit family: TMSFNCWhatsAppReceiver
Inherits from: TPersistent
Syntax
TTMSFNCWhatsAppReceiverContactName = class(TPersistent)
Properties
| Name | Description |
|---|---|
| FirstName | Given or first name of the contact. |
| FormattedName | Full display name assembled from the individual name parts. |
| LastName | Family or last name of the contact. |
| MiddleName | Middle name of the contact. |
| Prefix | Name prefix of the contact, such as Mr. or Dr. |
| Suffix | Name suffix of the contact, such as Jr. or Sr. |
Methods
| Name | Description |
|---|---|
| ToJSON | Serializes the name parts to their JSON representation. |