Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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.SetColumnAlignment

💬 Ask a question or report a problem