Dictionary Component
Fnd_Dict_RetainCount
Fnd_Dict_RetainCount (dict ID) -> Longint
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| Function Result | Number | The 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.