IsHidden
Returns the mobile status Hidden for mobile with ID ObjID
If mobile is hidden - will return True.
If disconnected, or object not exists, or object not a mobile - will return False.
Pascal
function IsHidden(ObjID : Cardinal) : Boolean;
Python
def IsHidden(ObjID) -> boolean