Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%JSON_FreeArrayHandle function


Function

Release Releases a handle to the JSON array.

Declaration


Blok kódu
languageesl
themeConfluence
%JSON_FreeArrayHandle(
    INT in handle
 )


Parameters


handleHandle to JSON array.


Return value
None


Description

Funcion release Function releases a handle to the JSON array.

Exception is thrown if handle to the array is invalid.

Example


Blok kódu
languageesl
themeRDark
 INT _obj
 _obj := %JSON_CreateArray()
 
 %JSON_FreeArrayHandle(_obj)