Skip to content

OnSetDispInfo - AbstractTreeView

Fired when control receives TVN_SETDISPINFO notification

Type: Event

Parameters

Parameter Type Description
hItem Handle Item handle

Syntax

Procedure OnSetDispInfo Handle hItem

Description

Fired when control receives TVN_SETDISPINFO notification.

Refer to MSDN documentation for more information about TVN_SETDISPINFO.

Sample

Procedure OnSetDispInfo
    Forward Send OnSetDispInfo
    // do something
End_Procedure