RecordRef.Mark([Boolean]) Method

Version: Available or changed with runtime version 5.3.

Marks a record. You can also use this method to determine whether a record is marked.

Syntax

[Marked := ]  RecordRef.Mark([Mark: Boolean])

Parameters

RecordRef
 Type: RecordRef
An instance of the RecordRef data type.

[Optional] Mark
 Type: Boolean
Specifies if a record is marked.

Return Value

[Optional] Marked
 Type: Boolean
true if the record is marked; otherwise, false.

See Also

RecordRef Data Type
Get Started with AL
Developing Extensions