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

TSelectionChangeEvent

Handler type for change notifications from a ListBox.

Declaration

Source position: stdctrls.pp line 489

type TSelectionChangeEvent = procedure(

  Sender: TObject;

  User: Boolean

) of object;

Arguments

Sender

  

The ListBox control.

User

  

True if the user changed the selection, False if changed by code.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.