Versions Compared

Key

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

...

You are still responsible for sorting the data within the table programmatically. This property merely provides a convenient way to show arrows.

Example

Code Block
 // Show an up arrow on the first data column's header 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderArrow[2; 1]", "Up")

...