UserInterface.ClearMultiChoiceItems(Variable) Method

Top 

Description

Removes all of the items from the specified Multi-Choice Element.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

UserInterface.ClearMultiChoiceItems(

Variable multiChoiceId)

 

 

Arguments

multiChoiceId


Description:

The id of the Multi-Choice item from which to remove the Elements.

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myUserInterface1.ClearMultiChoiceItems(myVariable2);

 

 

See also

UserInterface Object

Custom User Interface Guide