Contents

select(_:byExtendingSelection:)

Selects a record or a set of records in the record list.

Declaration

func select(_ record: ABRecord!, byExtendingSelection extend: Bool)

Parameters

  • record:

    The record to be selected, or to be added to the current selection.

  • extend:

    True to extend the current selection; otherwise, False.

See Also

Selecting Groups and Records