|
OUI_Object_Unlock()
See also: OpenObjects API |
|
| <MvFUNCTION NAME = "OUI_Object_Unlock" PARAMETERS = "code, encrypt, lock, source VAR, encrypt_flg VAR, lock_flg VAR, encrypt_ok VAR, lock_ok VAR" STANDARDOUTPUTLEVEL = "" ERROROUTPUTLEVEL = "syntax,expression">
|
| · | l.code set to the object code
|
| · | l.encrypt set to the passcode to encrypt the object so it's token string cannot be viewed (without the passcode)
|
| · | l.lock set to the passcode to lock the object, so it's token string cannot be modified (without the passcode)
|
| · | l.source returns the clean object token string
|
| · | l.encrypt_flg returns the flag if the object is encrypted (1 = encrypted, 0 = not encrypted)
|
| · | l.lock_flg returns the flag if the object is locked (1 = locked, 0 = not locked)
|
| · | l.encrypt_ok returns the flag if the passcode was correct (1 = ok, 0 = not ok)
|
| · | l.lock_ok returns the flag if the passcode was correct (1 = ok, 0 = not ok)
|