Hi,
please add advanced choices for scripting. Functions are very simply, because overloading, default variables don’t work and so on.
E.g.
test(x: string): string; overload;
begin
...
end;
test(x: int): string; overload;
begin
...
end;
or
test(x: int = 0): int;
begin
...
end...
Hi,
I would want minimize main window to tray (and back), is it possible?
P.S. Please update documentation, because “SetUIProp(“spTrayIcon1”, “IconVisible”, “False”);” isn’t into IconVisible(!).