Record.MarkedOnly([Boolean]) Method
Version: Available or changed with runtime version 1.0.
Activates a special filter. After you use this function, your view of the table includes only records marked by the Mark (Record) method.
Syntax
[MarkedOnly := ] Record.MarkedOnly([MarkedOnly: Boolean])
Note
This method can be invoked using property access syntax.
Parameters
Record
Type: Record
An instance of the Record data type.
[Optional] MarkedOnly
Type: Boolean
Activates a special filter.
Return Value
[Optional] MarkedOnly
Type: Boolean
true if the special filter is being used; otherwise, false.
Related information
Record Data Type
Get Started with AL
Developing Extensions
Mark (Record) Method