hwIPage SetActiveWindowExpanded
Expands or reduces the active window on the page.
Syntax
hwIPage_handle SetActiveWindowExpanded expand
Application
HyperWorks Tcl Modify
Inputs
- expand
-
- True
- To expand.
- False
- To reduce.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProject
myProject GetPageHandle myPage 1
myPage SetActiveWindowExpanded true
Error
Success (0) or an error code.
3 = HW_InvalidHandle - The handle used to invoke the method is no longer valid.