A given edit field's text.

Usage

Set_Property(OLECtrlEntID, "OLE.EditFieldText[key]", Text)

Values

Text can be any string.

Default: ""

Indices

IndexDescription
keyThe target edit field's unique control key

Remarks

The EditFieldText property gets or sets the current text of a given edit field control.

Example

// Set an edit field's text
Set_Property(@Window:".OLE_RIBBON", "OLE.EditFieldText[EDL_TEST]", "Hello, World!")
  • No labels