Save method: DZConfig class

Syntax

Save()

Description

Use the Save method to save any configuration changes for this drop zone. Invoke Save after specifying the subpage for the configuration using the SetSubPageName method. If the drop zone is being reconfigured with a new subpage, then the save operation removes the previous configuration before saving the new.

Parameters

None.

Returns

A boolean value: True if the configuration is valid; False otherwise (for example, no subpage configured).

Example

Local boolean &bRet = &dzConfig.Save();