Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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