Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Function that deletes the specified EDMlongString. An EDMlongString should be deleted as soon as it is not longer used in order to release the virtual memory the EDMlongString occupies. The function return the integer value xpxOK ( = 0) when the function is successfully performed. When the function fails, an error code is returned. Exception handling can also be used to handle error conditions in the actual xpxDeleteLongString()   operation.

Arguments

...

INTEGER
longStringId 
Id for the long string

...