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
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?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.