Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

HDict (Class)

Name

HDict — Represents an instance of a Dictionary.

Constructors

ReadDict    Read a dictionary from a file.
CreateDict    Create a new empty dictionary.

Methods

CopyDict    Copy a dictionary.
CreateDict    Create a new empty dictionary.
GetDictObject    Retrieve an object associated with the key from the dictionary.
GetDictParam    Query dictionary parameters or information about a dictionary.
GetDictTuple    Retrieve a tuple associated with the key from the dictionary.
ReadDict    Read a dictionary from a file.
RemoveDictKey    Remove keys from a dictionary.
SetDictObject    Add a key/object pair to the dictionary.
SetDictTuple    Add a key/tuple pair to the dictionary.
WriteDict    Write a dictionary to a file.

HDict (Class)

Name

HDict — Represents an instance of a Dictionary.

Constructors

ReadDict    Read a dictionary from a file.
CreateDict    Create a new empty dictionary.

Methods

CopyDict    Copy a dictionary.
CreateDict    Create a new empty dictionary.
GetDictObject    Retrieve an object associated with the key from the dictionary.
GetDictParam    Query dictionary parameters or information about a dictionary.
GetDictTuple    Retrieve a tuple associated with the key from the dictionary.
ReadDict    Read a dictionary from a file.
RemoveDictKey    Remove keys from a dictionary.
SetDictObject    Add a key/object pair to the dictionary.
SetDictTuple    Add a key/tuple pair to the dictionary.
WriteDict    Write a dictionary to a file.

Use the tabs on the upper right to switch to a different programming language.