TApxKeyboardMapping.Get

TApxKeyboardMapping

function Get(const aKey : TApxKeyString) : TApxKeyString;
TApxKeyString = string[63];

Returns the value of a looked up key string.

aKey is the key string to lookup. If it was found, the return value will be the string with which it is associated. If it was not found, the return value is the empty string. No exception is raised if the key string was not found.

See also: Add