Callback_Notify_Handle / CBNMHWND

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Callback Functions and Meta Functions >

Callback_Notify_Handle / CBNMHWND

 

Description

 

Meta function automatically created by thinBasic engine and valid only inside Callback Functions.

 

This meta function is valid only inside a Callback Function,

If CBMSG = %WM_NOTIFY, this function returns the handle of the control which sent this message.

 

Syntax

 

nmHwnd = CBNMHWND

alias

nmHwnd = Callback_Notify_Handle

 

Returns

 

Number.

 

Remarks

 

For other values of CBMSG, the value returned is meaningless.

 

Restrictions

 

This function is only valid inside a Callback Function.

 

See also

 

Examples