How do pass to a procedure a component as an input parameter?

I'd like to create a procedure where an input parameter is a component (f.e arrangement or text box) with a possibility to change inside this procedure attributes of passed object/component.
Maybe there is an extension or other solution?

1 Like

You can probably do this if you use the CompCreator dynamic components extension

Thank you very much. It's very very interesting!

1 Like

If you want to avoid using extensions, you can pass lists and tables of components to your procedures.

This is an old example, written before generic events were available.

You can directly use the AnyComponent blocks. Thus you will not need any extension to do things.

1 Like

Could you please tell me where can i find this AnyComponent block?

Thank you very much. This exactly what i wanted to do

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.