Core Function ControlSetText

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(Created page with "<pre> ControlSetText ( <title>, <text>, <controlID>, <text> ) </pre> === Description === Sets text of a control. === Parameters === ==== Title ==== The title of the window t...")
Newer edit →

Revision as of 19:19, 28 January 2013

ControlSetText ( <title>, <text>, <controlID>, <text> )

Contents

Description

Sets text of a control.

Parameters

Title

The title of the window to access.

Text

The text of the window to access.

controlID

The control to interact with.

text

The new text to be set into the control.

Return Value

Success: Returns 1.

Failure: Returns 0.

Remarks

None.

Example

ControlSetText("Untitled - Notepad", "", "Edit1", "Hello World!");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox