FlexRow.MovePrev Method
| Explanation | Point to the previous line. Faster than the FlexView.GetRow (n) method when returning to the row to be pointed to. If the InvalidState property is $ TRUE, the exception EXT-12 is raised. | |
| Call format | var ret = row.MovePrev( ) | |
| Return value | Returns true if it was successfully moved. Returns false if it cannot be moved. | |
| Arguments | None | |
| Exception | EXT-12 | Invalid accessor |
| Example of use | | |
| Related item | MoveNext method | |