revdb_moveprev | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | database library | ||||||
Summary | |||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Glossary: LiveCode custom library, Standalone Application Settings, command, standalone application, execute, function call Command: revMoveToFirstRecord, revMoveToNextRecord, revMoveToPreviousRecord, revMoveToLastRecord Function: revCurrentRecord, revCurrentRecordIsFirst, revCurrentRecordIsLast Library: Database library Control Structure: function | ||||||
Security | disk, network | ||||||
Description | Use the revdb_moveprev function to move around within the selected set of records. Evaluating the revdb_moveprev function has the same effect as executing the revMoveToPreviousRecord command. The only difference is that one is a function call and the other is a command.
| ||||||
Tags | database |