Re: Im debugging ja, sonst nicht?
20. Jul 2005, 16:01
bRunFunction: boolean;
OnFormCreate:
bRunFunction := ParamCount >= 1;
...
procedure Foobar;
begin
if bRunFunction then
Haxx('blah')
else
;
end;
Run -> Parameters -> "blubb"
so "könnte" mans vllt machen
|