AW OBJECT CALLBACK REFERENCE

From ActiveWiki
Revision as of 14:52, 16 September 2008 by Macavity (talk | contribs) (Wrong build)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 4.2
SDKbuild 70


AW_OBJECT_CALLBACK_REFERENCE

Type

String

Description

Reference id for a method call.

Notes

It is possible to tell which operation on an object a callback is for. This is done by setting this attribute to a number (user-defined) before calling a method that acts on an object. When the method completes this attribute will be set to the same number it had before the method was called.

Used by

See also