skip to main content

Controls Reference : WINDOW : Properties : Action

Action
A specific action is performed when a value is assigned to this property. The following symbolic values, included in the copy file isgui.def, can be assigned. The table below shows the actions related to each value:
 
Example - Display a standard window and maximize it later with the action property
working-storage section.
77 window-handle usage handle of window.
procedure division.
  display standard  window background-low
          screen line 41
          screen column 91
          cell width 10
          cell height 10
          label-offset 20
          control font Default-Font
          title "Screen"
          handle window-handle
  modify window-handle action action-maximize

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left