This attribute is only used in the context of the PROCESS GUI statement action ADD. It identifies the Natural variable which receives the handle of the newly created dialog element.
Note:
The value of this attribute is set at creation time of the
corresponding dialog element; it cannot be queried or modified.
Data Type | HANDLE |
---|---|
Data Type | HANDLE |
Possible Values | Any Natural variable |
DEFINE DATA LOCAL 1 #NEW2 HANDLE OF INPUTFIELD END-DEFINE... PROCESS GUI ACTION ADD WITH PARAMETERS HANDLE-VARIABLE = #NEW2 TYPE = INPUTFIELD STRING = 'NEW2' RECTANGLE-X = 24 RECTANGLE-Y = 30 RECTANGLE-W = 176 RECTANGLE-H = 28 ENABLED = TRUE VISIBLE = TRUE PARENT = #DLG$WINDOW END-PARAMETERS