Usage

Syntax: isobject(obj object);
Returns true or false.

Explanation

Checks whether the given object exists. Returns TRUE if it does, and FALSE otherwise.

Example

function onCreated()
{
	if (isObject(this.obj))
	{
		this.obj.destroy();
	}
}


Categories

CategoryFunctionClientside
CategoryFunctionServerside

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki