Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgGetEditLock

ilgGetEditLock( 
[ w_tab ]
) 
=> S_mode

Description

Returns the read-only property for a SKILL IDE editor window.

Arguments

w_tab

The window ID of the SKILL IDE editor window. Default is the current tab window.

Value Returned

s_mode

The read-only status of the specified window. This can be one of the following:

lock: Cannot edit text in the tab.

partialLock: Cannot edit the text manually, but can edit it programmatically with ilgAppendText, ilgCut, and ilgPaste.

unlock: Text in the tab is editable.

Examples

ilgGetEditLock( )
=> unlock

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X