Editar

Share via


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;

See Also

Record Data Type
Get Started with AL
Developing Extensions