Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lePlGetEditorName

lePlGetEditorName( 
[ w_windowId ]
) 
=> t_editorname

Description

Returns the editor name of the Edit Properties form if the form is open in the specified window.

Arguments

w_windowId

ID of the window where you want to run the function. The current window is used if you do not specify a window ID.

Value Returned

t_editorname

Editor name of the Edit Properties form if the form is open. Otherwise, the function returns an empty string.

Example

Returns editorNum0 as the editor name of the Edit Properties form open in the current window.

lePlGetEditorName() 
editorNum0

Return to top
 ⠀
X