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

GetTooltip

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

Pascal Syntax:

function GetTooltip(ObjID : Cardinal) : String;

Pascal Example:

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

Python Syntax:

def GetTooltip(ObjID): --> string