Contents

ABRecordIsReadOnly(_:)

Returns whether or not the record is read-only.

Declaration

func ABRecordIsReadOnly(_ record: ABRecordRef!) -> Bool

Parameters

  • record:

    The record you wish to check.

Return Value

true ifrecord is read-only, false otherwise.

See Also

Records