Control_GetID

<< Click to Display Table of Contents >>

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

Control_GetID

 

Description

 

Returns the control ID giving the window control handle.

 

Syntax

 

lID = CONTROL_GetID(ctrlHandle)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

ctrlHandle

Number

No

Window Handle of the control

 

Remarks

 

Restrictions

 

See also

 

Examples