txtIReportManager GetDefaultBackgroundColor

Gets the default background color.

Syntax

txtIReportManager_handle GetDefaultBackgroundColor color

Application

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

Tcl

Text Edit

Query