company logo

Dictionary :: typeDefinitionCount - Number of type definitions

The property provides the number of type definitions currently stored in the internal dictionary. The internal dictionary contains built-in type definitions and application type definitions, which have been read so far, i.e. the internal dictionary usually does not provide all type definition.

While running a dictionary, the number of type definitions may grow, but type definition loaded once are removed, only, when the internal dictionary (dictionary node) will be destroyed.

Return value:  Number of items ( int32  )

The value contains the number of items to be processed or stored in a collection.

Implementation details

int32 Dictionary  :: typeDefinitionCount (  )

The function returns the number of type definitions currently available in the internal dictionary.