ABMultiValueReplaceLabel(_:_:_:)
Replaces the label at the given index.
Declaration
func ABMultiValueReplaceLabel(_ multiValue: ABMutableMultiValueRef!, _ label: CFString!, _ index: CFIndex) -> BoolParameters
- multiValue:
The multi-value list you wish to modify.
- label:
The new label at
index—it need not be unique. IflabelisNULL, this function raises an exception. - index:
The index of the entry to be modified. If
indexis out of bounds, this function raises an exception.
Return Value
true ifsuccessfully, false otherwise.
See Also
Multi Values
ABMultiValueAdd(_:_:_:_:)ABMultiValueCopyIdentifierAtIndex(_:_:)ABMultiValueCopyLabelAtIndex(_:_:)ABMultiValueCopyPrimaryIdentifier(_:)ABMultiValueCopyValueAtIndex(_:_:)ABMultiValueCount(_:)ABMultiValueCreate()ABMultiValueCreateCopy(_:)ABMultiValueCreateMutable(_:)ABMultiValueCreateMutableCopy(_:)ABMultiValueIndexForIdentifier(_:_:)ABMultiValueInsert(_:_:_:_:_:)ABMultiValuePropertyType(_:)ABMultiValueRemove(_:_:)ABMultiValueReplaceValue(_:_:_:)