Version 6.3.13 for Windows
 —  Dialog Component Reference  —

DELETE-CHILDREN Action

This document covers the following topics:


Description

Deletes all children of a given dialog or dialog element dynamically. You use this action, for example, to delete all items in a List Box Control before filling the list box again (using the ADD-ITEMS Action).

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF GUI Input

Handle of the dialog or dialog element whose children are to be deleted.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION DELETE-CHILDREN WITH #LB-1 GIVING #RESPONSE 

Top of page