Contents

sendsWholeSearchString

A Boolean value indicating whether the cell calls its search action method when the user clicks the search button (or presses Return) or after each keystroke.

Declaration

var sendsWholeSearchString: Bool { get set }

Discussion

When the value of this property is true, the cell calls its action method when the user clicks the search button or presses Return. When the value is false, the cell calls the action method after each keystroke. The default value of this property is false.

See Also

Managing search modes