company logo

Region :: visible - Region visibility

The property indicates, whether a region in a table or tree (list) schema is currently active or not. Usually, regions are visible, by default. When being defined as hidden in the designer or when being set to invisible, regions are not displayed in the tree.

By setting the visible property, regions might be hidden temporarily from being displayed in a list.

Return value:  State of function return ( bool  )

A State true indicates, that the function was executed successfully. Otherwise state is false.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    bool Region  :: visible (  )
  2. to list
  3. - internal feature (not documented)
    bool Region  :: visible ( bool bCheck )
    • bCheck - Check option

      In order to mark the GUI element as checked, true should be passed. False might be passed in order to reset the check mark in a action item, list entry or check box.

  4. to list