Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ListDialog.SetChecked
Sets check state for a row.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 13.5 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "ListDialog.SetChecked"; Index; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Index | The index from 0 to ListDialog.ListCount-1. | $index |
Value | The new state. Pass 1 to check or 0 to uncheck. |
1 |
Result
Returns OK or error.
Description
Sets check state for a row.Examples
Set checked state to 1 for third row:
Set Variable [ $r ; Value: MBS("ListDialog.SetChecked"; 2; 1) ]
See also
Blog Entries
This function is free to use.
Created 14th October 2023, last changed 14th October 2023
ListDialog.SetCancelButtonLabel - ListDialog.SetCloseDialogOnDoubleClick