Control_AppendText

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Commands >

Control_AppendText

 

Description

 

Append text to current control text.

 

Syntax

 

s = CONTROL_AppendText(hwnd, ctrlID, sText [, ToTop])

 

Returns

 

String.

Return the current control text after append operation takes place.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier

sText

String

No

The text to send to the control

ToTop

Number

Yes

If %TRUE, next text will be placed at the top of current control text

 

Remarks

 

Restrictions

 

See also

 

Examples