txtITextEditor RefreshAllText
Refreshes all page areas with the text changes that have been made.
Syntax
txtITextEditor_handle RefreshAllText
Application
HyperWorks Tcl Modify
Description
This command refreshes all page areas with the text changes that have been made.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle txt;
txt RefreshAllText;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
TextView
Modify