RemoveDZConfiguration method: DZConfig class
Syntax
RemoveDZConfiguration()
Description
Use the RemoveDZConfiguration method to remove the configuration of a subpage for the drop zone associated with this DZConfig object.
Parameters
None.
Returns
A boolean value: True if a subpage was configured for the drop zone; False otherwise.
Example
import PTCS_DROPZONE:*;
Local PTCS_DROPZONE:DZComponentConfig &dzCompConfig = create PTCS_DROPZONE:DZComponentConfig("EX_EXP_SHEET_FL", "EX_ADMIN_EXPENSE_FL", "GBL");
Local PTCS_DROPZONE:DZConfig &dzConfig = &dzCompConfig.AddConfig("EX_SHEET_HDR_FL", "2");
Local boolean &bRet = &dzConfig.RemoveDZConfiguration();