[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Signals the OnDataStateChange event handler (when assigned).
Source position: comctrls.pp line 1560
protected function TCustomListView.DoOwnerDataStateChange( |
AStartIndex: Integer; |
AEndIndex: Integer; |
AOldState: TListItemStates; |
ANewState: TListItemStates |
):Boolean; virtual; |
Returns True if the OnDataStateChange event handler has been assigned for the control.
Remark: | Not used in the current LCL implementation. |
Version 4.0 | Generated 2025-05-03 | Home |