DblClickItem Action (Specific to XULTree Controls)

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

Description

XUL tree can combine tree view and grid controls. The DblClickItem action moves the mouse pointer to the item specified by Item in the Column column and then simulates a double click of the left mouse button over this item.

Declaration

TestObj.DblClickItem(Item, Column, Shift)

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    
Column [in]    Optional    Variant Default value: 0   
Shift [in]    Optional    TShiftKey Default value: skNoShift   
Result None

Applies To

The method is applied to the following object:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The method has the following parameters:

Item

Specifies the desired item. You can enter the item’s index (from 0) or its caption. The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk (*) corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.

The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.

Column

This parameter specifies the column where a click will be performed. It can be an item's caption, or the column's index (from 0). If it is omitted, the default value is 0, that is click actions will be performed over the items of the first column of the XUL tree control.

Shift

Specifies whether the CTRL, ALT or SHIFT keys will be pressed during the click. The default value is skNoShift (no shift key pressed). See TShiftKey.

Result Value

None.

See Also

DblClickItemM Action (Specific to XULTree Controls)
DblClickItemR Action (Specific to XULTree Controls)
ClickItem Action (Specific to XULTree Controls)

Highlight search results