421 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...