[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the selected list item for the control is changed.
Source position: comctrls.pp line 1589
protected property TCustomListView.OnSelectItem : TLVSelectItemEvent |
OnSelectItem is signalled when a LVIS_SELECTED message is handled for the control, and occurs after the OnChange event handler has been executed (when assigned). The value in Item may be Nil when Selected has been cleared for the list view control.
lazarus-ccr.sourceforge.net |