DZPage method: DZPage class
Syntax
DZPage(PAGE_NAME)
Description
Use the DZPage constructor method to instantiate a DZPage object that is used to get drop zone configurations by component for this page or secondary page.
Parameters
| Parameter | Description |
|---|---|
|
PAGE_NAME |
Specifies a string value representing the name of a main page that contains a valid drop zone group box, or a main page that contains a subpage that contains a valid drop zone group box, or a secondary page that contains a valid drop zone group box. |
Returns
A DZPage object.
Example
import PTCS_DROPZONE:*;
Local PTCS_DROPZONE:DZPage &dzPage = create PTCS_DROPZONE:DZPage("EX_SHEET_HDR_FL");