Versions Compared

Key

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

...

The DefSort property establishes the default sorting of new items. Setting this property will not change existing items. Instead, newly added items will take on the setting established in this property. See the ItemSort property for details.

For more information on how default properties can make you more efficient, see the Default Properties article.

Example

Code Block
// Sort new items in ascending order 
Set_Property(@Window:".OLE_TREE", "OLE.DefSort", "Ascending")

See Also

ItemSortDefTypeSort