Skip to content

OnGetDispInfo - AbstractTreeView

Fired when control receives TVN_GETDISPINFO notification

Type: Event

Parameters

Parameter Type Description
hItem Handle Item handle

Syntax

Procedure OnGetDispInfo Handle hItem

Description

Fired when control receives TVN_GETDISPINFO notification.

Refer to MSDN documentation for more information about TVN_GETDISPINFO.

Sample

Procedure OnGetDispInfo
    Forward Send OnGetDispInfo
    // do something
End_Procedure