hiGetWinObjName
hiGetWinObjName(w_dockWindowID) =>t_name/nil
Description
Gets the window name that is used to store the dock assistant’s workspace information. This name is set with the hiSetWinObjName function.
Argument
|
The dock window ID. You can get a dock window ID with the |
Value Returned
Examples
hiGetWinObjName( dwindow ( 1 ) )
Related Topics
Return to top