Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Version: Available or changed with runtime version 1.0.
Sets the value associated with the specified key.
Syntax
Dictionary.Set(Key: TKey, Value: TValue)
Parameters
Dictionary
Type: Dictionary
An instance of the Dictionary data type.
Key
Type: TKey
The key of the value to set.
Value
Type: TValue
The value that will be associated with the specified key.
Related information
Dictionary Data Type
Get Started with AL
Developing Extensions