AddressBookRecord.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. |
AddressBookRecord.Value(PropertyName as String) As Variant
Supported for all project types and targets.
Supported for all project types and targets.
Returns the value of that property as a Variant.
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. |
AddressBookRecord.Value(PropertyName as String, Assigns NewValue as Variant)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the value for the specified property as a Variant.