Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ListDialog.ClearList

Clears the list.

Component Version macOS Windows Linux Server iOS SDK
ListDialog 4.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "ListDialog.ClearList" )

Parameters

none

Result

Returns OK.

Description

Clears the list.
Also clears the selection.

Examples

Clears list and adds three lines:

MBS( "ListDialog.ClearList" )
MBS( "ListDialog.AddItemToList"; "Bob"; 1 )
MBS( "ListDialog.AddItemToList"; "Joe"; 2 )
MBS( "ListDialog.AddItemToList"; "Tim"; 3 )

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 18th August 2014


ListDialog.ClearColumnHeaders - ListDialog.ColumnCount