company logo

DictionaryHandle :: AccessKeyString - Access key string

The access key string is the encoding/decoding key in string format (e.g hex or base64). The string may be obtained from Resource database or set by application.

Return value:  String object ( NString & )

Implementation overview

Implementation details

  1. Get access key string
    NString DictionaryHandle  :: AccessKeyString (  )

    The function returns the access key string currently set.

  2. to list
  3. Set access key string
    NString DictionaryHandle  :: AccessKeyString ( NString &cnstring )

    The function sets the access key string. When a key string had already been set, the function will overwrite the old string reference.

    • cnstring - String containing the text
  4. to list