Advertisement
retesere20

---- recycled----

Jul 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // function "GetWindowType" //
  2.  
  3. Vars: string name("");
  4.  
  5. once begin
  6. If GetAppInfo(aiApplicationType) = 1 then name = "Chart";
  7. end;
  8.  
  9. GetWindowType = name;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement