This object wraps the Windows edit control. It does not have methods or properties of its own, but it inherits the common window functionality from the wnd object.
// Test get/set text
Edit.value = "New edit text";
if (Edit.value != "New edit text")
Env.LogError("Could not set edit control text");
| value | Gets/sets the text in the edit control. |
|---|