---
title: delegate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextcontentmanager/delegate
---

# delegate

The delegate for the content manager object.

## Declaration

```swift
weak var delegate: (any NSTextContentManagerDelegate)? { get set }
```

## See Also

### Customizing and validating text elements

- [NSTextContentManagerDelegate](appkit/nstextcontentmanagerdelegate.md)
- [NSTextContentManager.EnumerationOptions](appkit/nstextcontentmanager/enumerationoptions.md)
