Record.ClearMarks() Method
Version: Available or changed with runtime version 1.0.
Removes all the marks from a record.
Syntax
Record.ClearMarks()
Parameters
Record
Type: Record
An instance of the Record data type.
Example
var
CustomerRec: Record Customer;
begin
CustomerRec.ClearMarks;
end;