Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »

%JSON_FreeArrayHandle function


Function

Release handle to JSON array.

Declaration
%JSON_FreeArrayHandle(
    INT in handle
 )
Parameters
handleHandle to JSON array.
Return value
None


Description

Funcion release handle to JSON array.

Exception is thrown if handle to array is invalid.

Example
 INT _obj
 _obj := %JSON_CreateArray()
 
 %JSON_FreeArrayHandle(_obj)
  • Žiadne štítky