Banner Class Properties

In this section, the Banner class properties are presented in alphabetical order.

Description

Use the isGuidedDisplay property to return a Boolean value indicating whether the master/detail or activity guide wrapper is in guided mode (that is, Previous and Next are displayed in the fluid banner).

This property is read-only.

Note: If search results are to be displayed in the master/detail format (as set on the Fluid tab of the component definition), once a user drills into an individual search, the master/detail format is displayed, and this function also returns true at that time.

Example

If (create PT_PAGE_UTILS:Banner()).isGuidedDisplay Then
   /* do something when in guided mode */
End-If;