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

CancelTarget

Cancel current target (if it present)

Pascal

procedure CancelTarget

Python

CancelTarget()

Example

if targetpresent then
   begin
   canceltarget;
   end;