PREVSELPOS property

Edit table.

Returns the previously selected cell in an edit table. Use with Get_Property, only.

previousposition = Get_Property(objectname, "PREVSELPOS")

Value returned by Get_Property:

ValueDescription
previouspositionPosition of the previously selected cell in an edit table, in the following format:

previous column : @fm : previous row

This property is extremely useful when used in the POSCHANGED event, which is passed the new position as a parameter, but not the old position.

  • guides/programming/programmers_reference_manual/prevselpos.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1