Porovnávané verzie

Kľúč

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

%JSON_FreeObjectHandle function


Function

Release Releases a handle to the JSON object.

Declaration


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


Parameters


handleHandle to JSON object.


Return value
None


Description

Funcion release Function releases a handle to the JSON object.

Exception is thrown if the handle to the object is invalid.

Example


Blok kódu
languageesl
themeRDark
 INT _obj
 _obj := %JSON_CreateObject()
 
 %JSON_FreeObjectHandle(_obj)