TabOrder property: DZConfig class

Description

Use the TabOrder property to return the tab order for the page field 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 &sTabOrder is: 2

Local string &sTabOrder = &dzConfig.TabOrder;