# SearchField

Xojo provides a <span class="title-ref">SearchField</span> control for desktop and web projects:

- `DesktopSearchField</api/user_interface/desktop/desktopsearchfield>`
- `WebSearchField</api/user_interface/web/websearchfield>`

<div class="tip">

<div class="title">

Tip

</div>

For iOS apps, the `iOSMobileTable</api/ios/iosmobiletable>` has the ability to provide search field that is built-in to the table itself which provides the equivalent functionality.

</div>

## Common members

These events and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.

### Events

| Name        | Description                                                             |
|-------------|-------------------------------------------------------------------------|
| TextChanged | The text in the <span class="title-ref">SearchField</span> has changed. |

### Properties

| Name | Description                                                 |
|------|-------------------------------------------------------------|
| Text | The text in the <span class="title-ref">SearchField</span>. |

<div class="seealso">

`DesktopSearchField</api/user_interface/desktop/desktopsearchfield>` and `WebSearchField</api/user_interface/web/websearchfield>`

</div>
