Topic complex |
Table functions |
Function |
delmark() |
Short |
Deletes a record number from the marking list of a table |
Syntax |
DELMARK(db : INTEGER; recno : INTEGER) : INTEGER |
Parameter |
db : table handle from OPENDB
recno : physical number of record |
Return |
Number of record which is deleted from the marking list (recno). |
See also: |
|
Description |
The record with the physical record number recno is deleted from the marking list of the table.
If the record is not in the marking list NO error occurs.
|