default value in procedure
Posted: 2005-01-10 14:26:04
In Delphi, there is a possibility to declare procedures or functions with default parameters
If I am right, the syntax is something like this
procedure myproc(var1: string; var2 : string = 'default value');
but, this does not work inside scripts. What do you think of that
In the same idea, could it be possible to have the list of Delphi functions and procedures available in scripts (only the list, for the parameters we can search elsewhere
) . That would be great 
If I am right, the syntax is something like this
procedure myproc(var1: string; var2 : string = 'default value');
but, this does not work inside scripts. What do you think of that

In the same idea, could it be possible to have the list of Delphi functions and procedures available in scripts (only the list, for the parameters we can search elsewhere

