PROPLIST.GetCategoryOpen

Previous  Next

 

state = PROPLIST.GetCategoryOpen( category AS STRING,

                                 [pane     AS INTEGER=PL_PropListPane+PL_FileListPane] ) AS INTEGER

 


 

Returns the open or close state of a category.  If the category is empty  ( "" ) or set to Wild Card ( "*" ) then a bit mask representing the first 32 categories open/close state.  If the pane is omitted, then both panes are searched for the specified category.  If using Wild Card, then the lower 16 bits are used for the PropListPane and the upper 16 bits for the FileListPane.

 

Example:

 

PRINT "Open = ";PROPLIST.GETCATEGORYOPEN( "Nisse" )