Text Property

The Text property determines what text appears in a control.

Applies to: Buttons, check boxes, edit boxes, group boxes, multi-edit boxes, text.

Setting dynamically for button, check box, text:

Winform Set form.control.TEXT TO "text";

Setting dynamically for edit box and multi-edit box: Yes, you can set its value to a Maintain variable.


WebFOCUS