NSSearchField Cue Text?

Howdy Doody,
I have a canvas on my window with it’s super set to Cocoa.NSSearchField.
Can anyone advise me how I set cue text for this search field?

Thank you.

NSSearchField1.PlaceholderText = "Search"

Ahhh Thanks.
I was using NSSearchField1.setPlaceholderText = “hello” :slight_smile: