ListDialog.SetSelectButtonLabel
-------------------------------

Sets the caption of the select button.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [ListDialog](component_ListDialog.md) | [4.2](newinversion42.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |

MBS( "ListDialog.SetSelectButtonLabel"; Text ) 

**MBS**( **"ListDialog.SetSelectButtonLabel";** /\* Sets the caption of the select button. \*/  
**$Text**) /\* The new text.e.g. "Select" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Text | The new text. | "Select" |

### Result

Returns OK or error.

### Description

Sets the caption of the select button.  
### Examples

Sets label:

 MBS ( "ListDialog.SetSelectButtonLabel"; "Auswählen" )  
### See also

- [ListDialog.GetCancelButtonLabel](ListDialogGetCancelButtonLabel.md)
- [ListDialog.GetOtherButtonLabel](ListDialogGetOtherButtonLabel.md)
- [ListDialog.GetSelectButtonLabel](ListDialogGetSelectButtonLabel.md)
- [ListDialog.GetSelectButtonValue](ListDialogGetSelectButtonValue.md)
- [ListDialog.SetCancelButtonLabel](ListDialogSetCancelButtonLabel.md)
- [ListDialog.SetCancelButtonValue](ListDialogSetCancelButtonValue.md)
- [ListDialog.SetOtherButtonLabel](ListDialogSetOtherButtonLabel.md)
- [ListDialog.SetSelectButtonValue](ListDialogSetSelectButtonValue.md)

### Blog Entries

- [MBS Plugin Advent calendar: 22 - ListDialog](https://www.mbsplugins.de/archive/2023-12-22/MBS_Plugin_Advent_calendar_22_/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 18th August 2014 , last changed 11st October 2019

  
[ListDialog.SetPrompt](ListDialogSetPrompt.md) - [ListDialog.SetSelectButtonValue](ListDialogSetSelectButtonValue.md)

[HTML Version](ListDialogSetSelectButtonLabel.shtml)