297 views
in System Integration by
Hello all,

how can I create my own structured data types like "point" in cora to use them als function arguments or return value?

Regards

Jens

1 Answer

0 votes
by

Hello Jens,

in such case you implement a new class with all the desired data fields inside (variables, properties, arrays and other embedded objects) and use instances of this class. The instances can be created dynamically by using the new operator or you embedd instances inside other objects. Please see also Creating non visual components.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...