ilgGetEditLock
ilgGetEditLock( [w_tab] ) =>S_mode
Description
Returns the read-only property for a SKILL IDE editor window.
Arguments
|
The window ID of the SKILL IDE editor window. Default is the current tab window. |
Value Returned
|
The read-only status of the specified window. This can be one of the following: |
|
|
|
|
Examples
ilgGetEditLock( )
=> unlock
Related Topics
Return to top