Activates a special filter. After you use this function, your view of the table only includes records marked by this function.

[IsMarkedOnly :=] Record.MARKEDONLY([SetMarkedOnly])

Parameters

Record

Type: Record

A record from the table for which you want to activate the special 'mark' filter.

SetMarkedOnly

Type: Boolean

Changes the state of the special filter. This parameter is optional.

If this parameter if true, only marked records are included. If this parameter is false, all records are included.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also