enableMultiSelection

enableMultiSelection allows selecting several items at a time with a ListBox.

Form XML code:

<ListBox enableMultiSelection="true">
By default, the property is set to none and is absent from the form XML code. The property value will appear in the form XML code only once the property value is set.

Theme property filter XML code:

<DoStyleAction>

  <SetProperty>

    <PropertyPath>

      <PropertyName>EnableMultiSelection</PropertyName>

    </PropertyPath>

  </SetProperty>

</DoStyleAction>

Possible values:

true, false

Default value:

false

Associated containers, widgets and theme elements:

ListBox

Associated ui methods:

SetEnableMultiSelection 

GetEnableMultiSelection 

Influence and behavior:

If enableMultiSelection is set to true, you will be able to select several ListBox items if holding the SHIFT or CTRL keys pressed:

runtime behavior

At runtime, you can use ui methods to find out and change the property value (so as to make the input text visible or masked):

LET var = ui.ListBx.ForName("id")

CALL var.setEnableMultiSelection(...)

DISPLAY var.getEnableMultiSelection()

 

 

Contact Us

Privacy Policy

Copyright © 2026 Querix, (UK) Ltd.