Follow backlinks to this keyword to find any documented handlers that are to do with **hkey**.
**hKey** is short for “handler key” and it is a standardised way of referring to a handler - including its type and location. The information is sufficient for you to retireve reliably the exact handler that Liveocde uses at that point in the hierarchy.
# Why This use the hKey format refering to handlers, and describing their relationships. This is for the following reasons: - revAvailableHandlers returns in this format - the tree widget does nto work well with keys that contain commas - It reads better on screen and in the wiki
# Short hKey
A short hKey takes the form:
PF _WikiView
Which refers to a `private function _WikiView()` but not which objects script you might find this handler..
# Long hKey
A full hKey takes the form:
F kwotę of stack “Test"
It can be constructed and deconstructed using the following utility handlers: - hkey_Construct - hkey_Deconstruct
# See also