This module holds the methods that extend the Window class and do the work.
|
Methods |
CreatePlist(extends theWindow as Window, skipControls as string = "") as pbsw_PropertyList [Global] |
|
Creates and returns a pbsw_PropertyList holding the information for all of the controls in theWindow.
skipControls is a comma separated list of names of controls NOT to save
|
|
SetControlsFromPlist(extends theWindow as Window, thePlist as pbsw_PropertyList) as boolean [Global] |
|
Sets the values of the controls in theWindow from values stored in thePlist.
Returns true if everything went exactly as expected
|
|
|
|