IPythonDictionary.Pop

Syntax

Pop(Key: Variant): Variant;

Parameters

Key. Value key.

Description

The Pop removes the element with the specified key from the dictionary and returns its value.

Example

The method use is given in the example for IPythonDictionary.Update.

See also:

IPythonDictionary