txtIReportManager GetDefaultTextColor

Gets the default text color.

Syntax

txtIReportManager_handle GetDefaultTextColor color

Application

HyperWorks Tcl Query

Description

This command returns the index (position) of the default text color in TextView.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr TextEditor;
mgr GetDefaultTextColor;

Errors

Success (the index) or an error message is returned.

Keywords

HyperWorks

Tcl

Text Edit

Query