Topic: Procedure
Good morning everyone. I have a procedure
(Procedure Totali2(Sender: TObject; Action: string);
If I call it with the OnShow event of the form1 function.
If I call it from a script, e.s.
Totali2(form1.TableGrid2,'');
it gives me the error "List index out of bounds (0)".
I've tried various parameters but can't resolve the issue.
I'd appreciate any help. Thanks.