tests if an object is activated.
[Visual Basic] Function isActive( _ ByVal obj As Object _ ) As Boolean [C#] bool isActive( object obj ); [C++] bool isActive( Object* obj ); [JScript] function isActive( Object obj ): bool;
trueif the passed object is active.
tests if an object is activated.
isActivereturns
falseif an object is not stored within the
ObjectContainer.
ExtObjectContainer Interface | com.db4o.ext Namespace