Versions Compared

Key

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

...

The MultilineDelim property allows the developer to establish a character to represent line breaks in text for multilined cells or header cells. By default, the Text-Mark (@TM) is the line break delimiter, but any character can be the delimiter.

Code Block
 * Make the semi-colon the delimiter, but change it back to text marks when done 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.MultilineDelim", ";") 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellText[1; 1]", "Line 1;Line 2") 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.MultilineDelim", @TM)

See Also

CellMultilinedHeaderMultilined