Dictionary Component

Fnd_Dict_RetainCount

Fnd_Dict_RetainCount (dict ID) -> Longint

Legacy manual page 79

Parameters

ParameterTypeDescription
dict IDNumberA dictionary ID
Function ResultNumberThe retain count

Description

This function returns the retain count for the specified dictionary. If the dictionary reference is not valid, 0 is returned.

Extracted source text
            Fnd_Dict_RetainCount (dict ID) ➔ Longint

              Parameter                 Type               Description
              dict ID                   Number             A dictionary ID
              Function Result           Number             The retain count

            This function returns the retain count for the specified dictionary.
            If the dictionary reference is not valid, 0 is returned.