AddressBook.Find
From Xojo Documentation
This item was deprecated in version 2019r2. |
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
AddressBook.Find(Query as String) As AddressBookRecord()
Supported for all project types and targets.
Supported for all project types and targets.
Find performs a textual search on all Contacts fields for the string passed. It returns an array of all matching Contacts records.