[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handler type for change notifications from a ListBox.
Source position: stdctrls.pp line 489
type TSelectionChangeEvent = procedure( |
Sender: TObject; |
User: Boolean |
) of object; |
Sender |
|
The ListBox control. |
User |
|
True if the user changed the selection, False if changed by code. |
lazarus-ccr.sourceforge.net |