Applies to
Edit table.
Description
Returns the previously selected cell in an edit table. Use with Get_Property, only.
Usage
previousposition = Get_Property (objectname, "PREVSELPOS")
Returns
Value returned by Get_Property:
Value | Description |
---|---|
previousposition | Position 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.