PROPLIST.SetCategoryOpen

Previous  Next

 

ok = PROPLIST.SetCategoryOpen( category AS STRING,

                               state    AS INTEGER,

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

 


 

Opens or closes a property category.   If the category is empty ( "" ) or set to Wild Card ( "*" ) then the state is 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:

 

PROPLIST.SETCATEGORYOPEN( "Nisse", TRUE )