Platforms to show: All Mac Windows Linux Cross-Platform

Back to ABPeoplePickerViewMBS class.

ABPeoplePickerViewMBS.addProperty(PropertyName as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Adds a property to the group of properties whose values are shown in the record list.

ABPeoplePickerViewMBS.clearSearchField

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Clears the search field and resets the list of displayed records.

ABPeoplePickerViewMBS.columnTitleForProperty(propertyName as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The title of a custom property.

(Read and Write computed property)

ABPeoplePickerViewMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor for a new people picker view object.

See also:

ABPeoplePickerViewMBS.Constructor(Handle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor for a new people picker view object.

Pass a handle to a Cocoa ABPeoplePickerView object.

See also:

ABPeoplePickerViewMBS.Constructor(left as Double, top as Double, width as Double, height as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The constructor for a new people picker view object.

Pass rectangle for new control.

See also:

ABPeoplePickerViewMBS.deselectAll

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Deselects all selected groups, records, and values in multivalue properties.

ABPeoplePickerViewMBS.deselectGroup(group as ABGroupMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Deselects a group selected in the group list.

ABPeoplePickerViewMBS.deselectIdentifier(identifier as string, person as ABPersonMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Deselects a value selected in a multivalue property.

identifier: The identifier of the value that will be deselected.
person: The person whose value will be deselected.

ABPeoplePickerViewMBS.deselectRecord(record as ABRecordMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Deselects a record selected in the record list.

record: The record to deselect.

ABPeoplePickerViewMBS.editInAddressBook

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Launches Address Book to edit the item selected in the people picker.

ABPeoplePickerViewMBS.properties as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns an array of the properties whose values are shown in the record list.

ABPeoplePickerViewMBS.removeProperty(PropertyName as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Removes a property from the group of properties whose values are shown in the record list.

ABPeoplePickerViewMBS.selectedGroups as ABGroupMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The groups selected in the group list.

The selected groups are returned as an array of ABGroupMBS objects.
Available in Mac OS X v10.6 and later.

ABPeoplePickerViewMBS.selectedIdentifiersForPerson(person as ABPersonMBS) as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the identifiers of the selected values in a multivalue property.

person: The person whose identifiers for selected values will be returned.

Returns nil if the property displayed is a single-value property.

ABPeoplePickerViewMBS.selectedRecords as ABRecordMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The selection in the records list.

The selection is returned as an array of ABGroupMBS or ABPersonMBS objects.
Available in Mac OS X v10.6 and later.

ABPeoplePickerViewMBS.selectedValues as Variant()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns an array of all the values selected in the displayed multivalue property.

ABPeoplePickerViewMBS.selectGroup(group as ABGroupMBS, byExtendingSelection as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Selects a group or a set of groups in the group list.

group: The group to be selected, or to be added to the current selection.
byExtendingSelection: True to extend the current selection; otherwise, false.

ABPeoplePickerViewMBS.selectIdentifier(identifier as string, person as ABPersonMBS, byExtendingSelection as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Selects a value or a set of values in a multivalue property.

identifier: The identifier to be selected, or to be added to the current selection.
person: The person that the value to be selected is associated with.
byExtendingSelection: True to extend the current selection; otherwise, false.

ABPeoplePickerViewMBS.selectInAddressBook

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Launches Address Book and selects the item selected in the people picker.

ABPeoplePickerViewMBS.selectRecord(group as ABRecordMBS, byExtendingSelection as boolean)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Addressbook MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Selects a record or a set of records in the record list.

record: The record to be selected, or to be added to the current selection.
byExtendingSelection: True to extend the current selection; otherwise, false.

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...