Version 6.3.13 for Windows
 —  Dialog Component Reference  —

CLEAR Action

This document covers the following topics:


Description

Clears the contents of a dialog element. Any items (e.g., List View Items, an List Box Items or a Selection Box Items) belonging to the dialog element are deleted.

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF GUI Input

Specifies an Edit Area Control, Input Field Control, List Box Control,List View Control, OLE Container Control, Selection Box Control,or a Table Control.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION CLEAR WITH #EA-1 GIVING #RESPONSE 

Top of page