PageFldDescr property: DZConfig class

Description

Use the PageFldDescr property to return the label for the drop zone as a string value.

This property is effectively read-only.

Note:

While this property is actually defined as read/write, use it in a read-only manner in your PeopleCode programs.

Example

In the example at the beginning of this topic, the value stored in &sPageFldDescr is: Top of Page Drop Zone

Local string &sPageFldDescr = &dzConfig.PageFldDescr;