suppressBlank

Selection List Properties and Selection Tree Properties more information on these components.

When true, removes empty values (caused by nulls in the data set) from the Selection List.

Type

Boolean

true: remove empty entries
false: allow empty entries (default)

Example

SelectionList1.suppressBlank = true

Either syntax below can be used in component script:

suppressBlank                   // unqualified
SelectionList1.suppressBlank    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.