Description
Use the DblClickNewRowIndicator
action to simulate a double-click of the left mouse button over the new row’s indicator.
Declaration
TestObj.DblClickNewRowIndicator(Shift)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Shift | [in] | Optional | TShiftKey | Default value: skNoShift |
Result | None |
Applies To
The method is applied to the following objects:
Developer Express ExpressQuantumTreeList, Developer Express XtraTreeList, DevExpressQuantumTreeListView, DevExpressXtraTreeListView
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 parameter:
Shift
Sets whether the Shift, Alt or Ctrl keys are pressed during the click event (see TShiftKey). By default, this parameter is skNoShift
(the shift keys are not pressed).
Result Value
None.
Remarks
If the given grid does not have the new row, DblClickNewRowIndicator
fails and posts an error message to the log.
See Also
ClickNewRowIndicator Action (TreeList Controls)
DblClickNewRowIndicatorR Action (TreeList Controls)