RemoveAllConfigForComponent method: DZComponentConfig class

Syntax

RemoveAllConfigForComponent()

Description

Use the RemoveAllConfigForComponent method to delete all drop zone configurations for this component.

Parameters

None.

Returns

None.

Example

import PTCS_DROPZONE:*;

Local PTCS_DROPZONE:DZComponentConfig &dzCompConfig = create PTCS_DROPZONE:DZComponentConfig("EX_EXP_SHEET_FL", "EX_ADMIN_EXPENSE_FL", "GBL");

&dzCompConfig.RemoveAllConfigForComponent();