Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FifteenWindows/OS Functions (continued)

SetWindowText Function

Overview

The SetWindowText function allows the script to set a specified window’s text or caption. It is up to the specific window class as to the type of data returned.

Syntax/Parameters

Syntax

int = SetWindowText ( handle hWindow, string text );

Parameters

hWindow

A valid window handle.

text

A string representing the text to send to the window.

Return Value

A integer indicating a Windows SDK result. This may not be a formatted error code. For handle errors, a formatted error code will be returned. If the Windows SDK function is run, then success is indicated by a return of TRUE (1) for non-edit controls and FALSE (0) for edit controls.

Remarks

Use caution setting window text. The receiving window may need to be coordinated with other application functions and the result may be unpredictable.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic