PreviousNextIndex

Widget phrase

References a widget in a statement. The Widget phrase is used in the APPLY, ON, and WAIT-FOR statements.

Note: Does not apply to SpeedScript programming.
Syntax

{     FRAME frame 
   |  [ FIELD ] field [ IN FRAME frame ] 
   |  column [ IN BROWSE browse ] 
   |  { MENU | SUB-MENU } menu 
   |  MENU-ITEM menu-item [ IN MENU menu ] 
   |  handle 
   |  system-handle 
} 

FRAME frame
[ FIELD ] field [ IN FRAME frame ]
column [ IN BROWSE browse ]
{ MENU | SUB-MENU } menu
MENU-ITEM menu-item [ IN MENU menu ]
handle
system-handle
Note

For information on how to access widget attributes and methods, see the "Accessing handle attributes and methods" section.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex