Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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