AddressBookData.Value

From Xojo Documentation

Method


AddressBookData.Value(Index as Integer = 0) As Variant

Supported for all project types and targets.

Returns the value as a Variant, which can be either a String or an AddressBookAddress. The array of values is zero-based.


Method


AddressBookData.Value(Index as Integer = 0, Assigns newValue as Variant)

Supported for all project types and targets.

Assigns the value passed to the specified index entry.