<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABRecordIsReadOnly(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABRecordIsReadOnly"
  },
  "title" : "ABRecordIsReadOnly(_:)"
}
-->

# ABRecordIsReadOnly(_:)

Returns whether or not the record is read-only.

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

## Parameters

`record`

The record you wish to check.

## Return Value

`true` ifrecord is read-only, `false` otherwise.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)