Version 6.3.13 for Windows
 —  Dialog Component Reference  —

INPUT-PASTE Action

This document covers the following topics:


Description

Copies the content of the clipboard into an Input Field Control , a Selection Box Control , or an Edit Area Control. If nothing is selected inside the dialog element, the clipboard text is inserted at the cursor position. If an area of text is selected, this selection is deleted and the content of the clipboard is inserted.

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF GUI Input

Specifies a Selection Box Control or an Edit Area Control.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION INPUT-PASTE WITH #IF-1 GIVING #RESPONSE 

Top of page