AddressBookData.Value
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. |
Returns the value as a Variant, which can be either a String or an AddressBookAddress. The array of values is zero-based.
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. |
AddressBookData.Value(Index as Integer = 0, Assigns newValue as Variant)
Supported for all project types and targets.
Supported for all project types and targets.
Assigns the value passed to the specified index entry.