Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLVDataStateChangeEvent

Not used in the current LCL implementation.

Declaration

Source position: comctrls.pp line 1303

type TLVDataStateChangeEvent = procedure(

  Sender: TObject;

  StartIndex: Integer;

  EndIndex: Integer;

  OldState: TListItemStates;

  NewState: TListItemStates

) of object;


Version 4.4 Generated 2025-11-08 Home