Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

ComboBoxGetEditText Function

Overview

The ComboBoxGetEditText function retrieves the text within the edit field of a combo box.

Syntax/Parameters

Syntax

string = ComboBoxGetEditText ( int id );

Parameters

id

An int containing the control ID of a combo box.

Return Value

Returns a string containing the contents of the edit field of the combo box or an empty string. An empty string does not necessarily mean an error. Use the GetLastError function to retrieve error information.

Remarks

Drop down list combo boxes (those combo boxes created with the CBS_DROPDOWNLIST style set) are not supported for this function. The maximum size of the returned string is 1,048,575 characters.

Related Functions

Platform Support

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

Legato IDE, Legato Basic