[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TLVColumnRClickEvent

TLVColumnRClickEvent - generic event handler method for a right click on a List View column

Declaration

Source position: comctrls.pp line 1263

type TLVColumnRClickEvent = procedure(

  Sender: TObject;

  Column: TListColumn;

  Point: TPoint

) of object;