98 views
in Getting started by
There should be a button.Its caption should be 1. When i press the button, the 1 should be visible in another text editor.how?

1 Answer

0 votes
by

Hello Aishwarya_Murali,

assuming the text button caption is stored in its Label property and the content of the text editor is determined by its String property, following could be sufficient to copy the caption to the editor:

Editor.String = Button.Label;

I hope it answers your question.

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

...