ArcPad Scripting Object Model
SetWindowText Method
See Also  Send comments on this topic.
hWnd
Required. An OLE_HANDLE that specifies the new title or control text.
Text
Required. A String that specifies how the window is to be shown.
System Object : SetWindowText Method

Glossary Item Box

Description

Changes the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is changed.

Syntax

object.SetWindowText( hWnd, Text )

Parameters

hWnd
Required. An OLE_HANDLE that specifies the new title or control text.
Text
Required. A String that specifies how the window is to be shown.

Return Type

Boolean

See Also

© 2012 All Rights Reserved.