Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting this property does not affect the Modified property, so be sure to set the Modified property to 1 if you want the changes to be committed.

Example

Code Block
 // Set the current edit content of the currently edit cell 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.EditText", "Test") 

 // Get the content of the currently edit cell 
CurrEditText = Set_Property(@Window:".OLE_EDITTABLE", "OLE.EditText")

...