Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > isObjectVolatile

isObjectVolatile

isObjectVolatile(object: Object): Boolean;

The isObjectVolatile method of the Object class returns true if the volatility state of the object specified in the object parameter is volatile (that is, it is often updated, and is locked and unlocked in the usual way).