Description
A specific LParam
field is used to store application-defined item data. Use the wLParam
property to retrieve the value of the LParam
field for the specified item.
Declaration
TestObj.wLParam(Item)
Read-Only Property | Integer |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Item | [in] | Required | Variant |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The property has the following parameter:
Item
Specifies the item whose value you want to get. You can enter the item’s index (from 0) or an item’s name.
Property Value
An integer LParam
value that is associated with the given item.
Remarks
For complete information on header items, see the description of the HDITEM
structure in the MSDN library.