| _CP_release | Index Level | _CP_replace |
| Syntax | int _CP_release_all() |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: release
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction |
| Example |
/*The following example releases all previously set item locks.*/
_CP_release_all(); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_release | Index Level | _CP_replace |