DESTROY { {Screen-Name-1} } ...
DESTROY ALL CONTROLS
DESTROY CONTROL
AT LINE NUMBER Line-Num [CELL ]AT {COLUMN } NUMBER Col-Num [CELL ]{COL } [CELLS ]{POSITION} [PIXEL ]{POS } [PIXELS]
1. Screen-name-1 is the name of a screen description entry found in the Screen Section.
2. Handle-1 is a USAGE HANDLE or PIC X(10) data item.
3. Screen-location is an integer data item or literal that contains exactly 4 or 6 digits.
4. Line-num and col-num are numeric data items or literals. These may contain non-integer values.
2. If Handle-1 refers to a sub-window, the result is the same as a CLOSE WINDOW, causing all controls on that window to be DESTROYed. All chile windows are also DESTROYed.
3. If Handle-1 is a handle of a menu or layout manager, the controlling window should be DESTROYed before the handle
5. If Handle-1 is a handle of bitmap or menu, the DESTROY verb has no effect. Use WBITMAP-DESTROY to destroy a bitmap handle and WMENU-DESTROY to destroy a menu handle.
6. If Handle-1 is a handle of one of the system pre-defined font (fixed-font, traditional-font, default-font, small-font, medium-font or large-font) the DESTROY verb has no effect.
display input-screen-1perform until esc-presseddestroy input-screen-1
destroy cust-win-handle
| 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 |