hiGetEncapSkillCmd
hiGetEncapSkillCmd(w_window) =>t_skillCmd
Description
Returns the SKILL function associated with a window.
Argument
Value Returned
|
The SKILL wrapper function string associated with the encapsulation window. |
Examples
Returns the SKILL function procressString for w.
hiGetEncapSkillCmd(w)
=> "processString"
Related Topics
Return to top