Dictionary.Keys() Method
Version: Available or changed with runtime version 1.0.
Gets a collection containing the keys in the Dictionary.
Syntax
Keys := Dictionary.Keys()
Note
This method can be invoked using property access syntax.
Parameters
Dictionary
Type: Dictionary
An instance of the Dictionary data type.
Return Value
Keys
Type: List of [TKey]
A list containing the keys of the Dictionary.
Related information
Dictionary Data Type
Get Started with AL
Developing Extensions