Version 6.3.13 for Windows
 —  Dialog Component Reference  —

DELETE Action

This document covers the following topics:


Description

Deletes a specified dialog element. You can use this action, for example, to delete items from a List Box Control or to remove dialog elements from a dialog.

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF GUI Input

Any dialog element.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION DELETE WITH #PB-1 GIVING #RESPONSE 

Top of page