---
title: "setDelegate(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/port/setdelegate(_:)"
---

# setDelegate(_:)

Sets the receiver’s delegate to a given object.

## Declaration

```swift
func setDelegate(_ anObject: (any PortDelegate)?)
```

## Parameters

- `anObject`: The delegate for the receiver.

## See Also

### Working with the delegate

- [delegate()](foundation/port/delegate().md)
