ABRecordIsReadOnly(_:)
Returns whether or not the record is read-only.
Declaration
func ABRecordIsReadOnly(_ record: ABRecordRef!) -> BoolParameters
- record:
The record you wish to check.
Return Value
true ifrecord is read-only, false otherwise.
Returns whether or not the record is read-only.
func ABRecordIsReadOnly(_ record: ABRecordRef!) -> BoolThe record you wish to check.
true ifrecord is read-only, false otherwise.