Skip to main content
Version: 4.2.5

Common properties and methods

Description

There are some properties and methods with general functionality that can be used by all objects.

Properties

ObjectIsEmpty

Provides a way to check if an object variable holds an instance of an object.

Returns:

  • 0 if an instance of an object has been created.
  • 1 if an instance of an object is not created, or has been freed.

Return value Integer


LastReturnCode

Contains the error code from the last call to a method or a property of the object. Returns the last known return code from the object.

Returns:

  • 0 = OK

Return value Int64


Methods

CreateObject

Creates a new instance of the object.


FreeObject

Releases the current instance of the object, if there is any.