Version 6.3.13 for Windows
 —  Dialog Component Reference  —

GET-FOCUS Action

This document covers the following topics:


Description

Gets the handle of the dialog element which currently has the focus, that is, which responds to keyboard input.

Top of page

Parameters

Name/Data Type Explanation
HANDLE OF GUI Output

The dialog element that has the focus.

Response (I4) Output

Natural error (if applicable).

Example:

PROCESS GUI ACTION GET-FOCUS WITH #FOCUS GIVING #RESPONSE 

Top of page