Contents

delegate

The window’s delegate.

Declaration

weak var delegate: (any NSWindowDelegate)? { get set }

Discussion

The value of this property is nil if the window doesn’t have a delegate.

A window object’s delegate is inserted in the responder chain after the window itself and is informed of various actions by the window through delegation messages.

See Also

Related Documentation

Managing the Window’s Behavior