Line :: selected - Checked property
The property returns, whether a list item in a table or tree control with a check box in the first column or with multiple selection is selected/checked ( true ) or not ( false ).
Return value:  State of function return ( bool  )
A State true indicates, that the function was executed successfully. Otherwise state is false .
Implementation overview
- Get checked state
Line :: selected (  ) - Change checked state
Line :: selected ( bState ) 
Implementation details
- to list
 - 
Change checked state
bool Line  :: selected ( bool bState )
The function changes the checked state for the attached line to the value passed in bState . When no line is attached, the function throws an exception..
- bState
 - State of function return
A State true indicates, that the function was executed successfully. Otherwise state is false .
 
to list
 - bState
 - State of function return
 

