txtIReportManager GetDefaultBackgroundColor
Gets the default background color.
Syntax
txtIReportManager_handle GetDefaultBackgroundColor color
Application
HyperWorks Tcl Query
Description
This command returns the index of the default text color in TextView.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr TextEditor;
mgr GetDefaultBackgroundColor;
Errors
Success (the index) or an error message is returned.
Keywords
HyperWorks
Tcl
Text Edit
Query