Marks a record. You can also use this function to determine if a record is marked.

[IsMarked :=] Record.MARK([SetMarked])

Parameters

Record

Type: Record

The input record.

SetMarked

Type: Boolean

If this parameter is true, the function will mark the record. (Previously marked records remain marked.)

If this parameter is false, the function will remove any mark.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also