guides:oi10:presentation_server:checkboxes_property_listbox

CHECKBOXES property (Listbox)

Specifies if the Listbox displays a checkbox next to each item like so:

The CHECKBOXES property is a Boolean value of TRUE$ or FALSE$. If TRUE$ then the control will display a checkbox next to each item.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

N/A

 
//// Example//
   //////
   //// Ensure the listbox displays a checkbox for each item.//
   
   Call Set_Property_Only ( @Window : ".LST_DATA", "CHECKBOXES"", TRUE$ )
 
 
 
 
 

LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLISTTEXT property.

  • guides/oi10/presentation_server/checkboxes_property_listbox.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1