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
|
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
|
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