Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to pass an open array to Delphi function from script?

array Delphi function pass Script
0
10 Posted

How to pass an open array to Delphi function from script?

0
10

It depends on scripting language you are using. VBScript/JScript: Use Array function. Example: Format(“The height of %s is %d”, Array(Button1.Name, Button1.Height) ) JScript/Delphi Script: Use [ ] array declaration. Example: Format(‘The height of %s is %d’, [ Button1.Name, Button1.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123