ArcPad Scripting Object Model
GetWindowText Method
See Also  Send comments on this topic.
hWnd
Required. An OLE_HANDLE that specifies the window or control containing the text.
System Object : GetWindowText Method

Glossary Item Box

Description

Retrieves 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 retrieved.

Syntax

object.GetWindowText( hWnd )

Parameters

hWnd
Required. An OLE_HANDLE that specifies the window or control containing the text.

Return Type

String

See Also

© 2013 All Rights Reserved.