This function is part of the lib_HkeyHelp library. Browse related handlers using the tags: help, handler, title, and find the function here on github
Handler: help_HandlerTitle (hKey) OS: all Platforms: all Type: function
# Todo Things we need to look into...
# Where
File: lib_HkeyHelp.livecodescript Hkey: F help_HandlerTitle Path: libraries/lib_HkeyHelp.livecodescript Project: lcw_Help Script: stack "lib_HkeyHelp" Type: library
# Code
digraph "default_header" { graph [ clusterrank="true" ]; subgraph "F" { node [fillcolor="GreenYellow", style="filled", color="Green4"]; n1 [label="hKeyLine_Construct" URL="F+hKeyLine_Construct+of+stack+%27model_HkeyLine%27"]; n2 [label="hKeyLine_AddObject" URL="F+hKeyLine_AddObject+of+stack+%27model_HkeyLine%27"]; n3 [label="help_HandlerTitle" URL="F+help_HandlerTitle+of+stack+%27lib_HkeyHelp%27"]; } subgraph "C" { node [fillcolor="LightBlue", style="filled", color="Blue"]; n5 [label="hkeyLine_Deconstruct" URL="C+hkeyLine_Deconstruct+of+stack+%27model_HkeyLine%27"]; } subgraph "M" { node [fillcolor="Orange", style="filled", color="Red"]; n4 [label="hkey_Deconstruct" URL="M+hkey_Deconstruct+of+stack+%27model_HkeyLine%27"]; } subgraph cluster1 { label="stack \"lib_HkeyHelp\""; style=filled; color=grey60; fillcolor=grey60; n3 } subgraph cluster2 { label="stack \"model_HkeyLine\""; style=filled; color=grey60; fillcolor=grey60; n1; n4; n2; n5 } n1 -> n2; n3 -> n3; n3 -> n4; n4 -> n1; n4 -> n5; }
function help_HandlerTitle hKey hkey_Deconstruct hKey, hName, hType, hObject, hNum switch case hType contains "G" case hType contains "S" return hName & "[]" case hType contains "F" return hName & "()" default return hName end switch end help_HandlerTitle
# Calls - hkey_Deconstruct
# Depends Here is a list of stacks containing dependencies upon which this handler depends: - model_HkeyLine
# See also - Fedwiki Tools