Returns the index of the last item clicked. Read-only, runtime property.
object.LastItemClicked = [integer]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and integer is the index of the last item clicked (in the ListItems collection).
Newlook Smartclient only.
Deprecated in Version 11.0 for the ListView control. Refer to Deprecated Items for the recommended migration action for this property.
This property is useful if you wish to identify the list item selected by the user. Be aware that Newlook uses zero-based indexes, therefore the first item in the control will have an index of 0. If no items have been selected or an invalid item has been selected then this property returns the value -1.
This property has been replaced by the LastClickedItem property, which will return the item that the user last clicked.
Returns the key of the last node clicked. Read-only, runtime property.
object.LastItemClicked = [String]
Where object is an object expression that evaluates to one of the controls in the Applies To list, and String is the key of the last node clicked.
Newlook Smartclient only.
from version 11.0 for the TreeView control. Refer to Deprecated and Obsolete items for additional information.
This property is useful if you wish to identify the last node selected by the user and ensure that the node is visible when the user returns to the control. If no nodes have been selected by the user or an invalid node has been selected then this property will be null.
This property has be replaced by the LastClickedNode property, which will return the node that the user last clicked.
OnClick property | LastColumnClicked
property
ListView control
TreeView control
© 2004-2021 looksoftware. All rights reserved.