DynamicValueDictionary

class Varwin.DynamicValueDictionary

Bases: object

Provides the ability to work with logic dictionaries.

static Get(identifier: str) Any

Returns a value from the global dictionary of enumerations.

Example:

result = Varwin.DynamicValueDictionary.Get("text")