wItemLParam Property (Combo Box Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

A specific LParam field is used to store application-defined item data. Use the wItemLParam property to retrieve the value of the LParam field for the specified item. For complete information on the combo box item, see the description of the CB_GETITEMDATA message in the MSDN library.

Declaration

TestObj.wItemLParam(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 combo box item.

See Also

wItemCount Property (Combo Box Controls)
wSelectedItem Property (Combo Box Controls)

Highlight search results