CAST - data type conversion functions Cast_InstanceIsVob Checks whether object is an Vob. 1func int Cast_InstanceIsVob(var instance object) {}; object - object to check return - TRUE if object is an Vob, FALSE otherwise