Method: avPaneExpand
Parameters:
| Name | Usage | Class | 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 expanded back to its original size after being shrunk. |
Examples:
invoke #avFrameworkManager.avPaneExpand Caller(#Com_Owner) Pane(FILTER)