Advanced Hashtable is a wrapper for the .NET Dictionary class, designed to support a wider range of data types in OutSystems applications. It allows storing and retrieving values of various types, including integers, decimals, booleans, text, binary data, DateTime, and nested hashtables.
This component includes methods to initialize and manage hashtables, set and get values by key, check for key or value existence, retrieve all keys or values, and clone or clear hashtables. It also supports working with array-like structures using indexed keys.
With over 40 available actions, Advanced Hashtable is suitable for scenarios requiring flexible data structures and dynamic key-value storage in OutSystems.