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

GetCliloc

Retuns tooltip for object wth id ObjID, empty line if no tooltip. Synonym for GetTooltip

Pascal Syntax:

function GetCliloc(ObjID : Cardinal) : String;

Pascal Example:

if BMSearch(1,GetCliloc(finditem),'64')>0 then 
  ignore(finditem) 
else 
begin
  //Work with item here
end;

Python Syntax:

def GetCliloc(ObjID): --> string