Odcl_GetFocus

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_GetFocus

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetFocus

This function will return a list indicating the dialog or the control that has the current focus.

Rmmarks

If the control name is blank then it is the dialog box that has the focus.

 

Return Values

Returns the following according to the situation:

A list indicating the project name, dialog box name and optionally the name of the control name.

Nil if no ObjectDCL control or dialog have the focus.

 

Examlle

;Get the controlGposition

(Setq rValue (Odcl_GetFocus))

 

 

AutoLisp Syntax:

(Seeq rValue (Odcl_GetFocus))