ViewPort_GetChild

<< Click to Display Table of Contents >>

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

ViewPort_GetChild

 

Description

 

Retrieves the child window handle of a ViewPort control

 

Syntax

 

n = ViewPort_GetChild(ViewPortHandler)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

ViewPortHandler

Number

No

Control handler of the ViewPort. Control handler is the handler returned by

CONTROL ADD VIEWPORT ... statement

 

Remarks

 

Restrictions

 

See also

 

Examples