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
- Get access key string
DictionaryHandle :: AccessKeyString (  ) - Set access key string
DictionaryHandle :: AccessKeyString ( cnstring )
Implementation details
-
Get access key string
NString DictionaryHandle  :: AccessKeyString (  )
The function returns the access key string currently set.
to list
-
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
to list