Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FindMode

The find mode used to find a record in a table buffer.

Index

Enumeration members

Enumeration members

FIRST

FIRST: = "first"

For FIRST find the first record that matches the conditions are returned.

LAST

LAST: = "last"

For LAST find the last record that matches the conditions are returned.

UNIQUE

UNIQUE: = "unique"

For UNIQUE find an error is thrown if multiple records are found that matches the conditions.