Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method: avPaneShrink

Parameters:

NameUsageClass Description

Caller

Input – Mandatory

PRIM_OBJT

Always specify this argument as Caller(#Com_Owner).

Pane

Input - Mandatory

Alpha – max length 32

Specify as one of FILTER, INSTANCE_LIST, NAVIGATE_PANE, COMMAND_HANDLER indicating the pane to be shrunk.


Examples:

invoke #avFrameworkManager.avPaneShrink Caller(#Com_Owner) Pane(FILTER)

...