IRdsDictionaryElements.Clear

Syntax

Clear([ForceClearReferences: Boolean = False]);

Parameters

ForceClearReferences - optional parameter that determines whether elements are force cleared if there are links to them in other dictionaries connected with this one. Default property value is False, at the same time if there are links to elements, an exception is thrown. If property value is True, elements are force cleared not allowing to clear connected elements in other dictionaries.

Description

The Clear method clears all collection elements taking into account the ForceClearReferences parameter.

See also:

IRdsDictionaryElements