company logo

Dictionary :: temporaryName - Get unique name for temporary resource

The function provides a unique internal name with maximum 40 characters that can be used for creating temporary extents or other resources.

Return value:  Resource name ( odaba::String & )

The resource name is the name of a GUI or database definition resource associated with a context class instance.

Implementation overview

Implementation details

  1. Provide default name
    odaba::String Dictionary  :: temporaryName (  )

    The default name is provided with the prefix '_tempExt' preceded by a unique number.

  2. to list
  3. Provide name with user prefix
    odaba::String Dictionary  :: temporaryName ( odaba::String &sPrefix )

    The name is provided with the prefix passed in prefix preceded by a unique number.

    • sPrefix - Prefix string
  4. to list