[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs the Changed method when the control is clicked.
Source position: stdctrls.pp line 615
public procedure TCustomListBox.Click; override; |
Click is an overridden method in TCustomListBox, and calls the inherited method on entry. Click calls the Changed method (inherited from TControl) to perform the CM_CHANGED control message. Click is used in the implementation of the DoSelectionChange method when the control is changed by a user interaction.
|
Signals the OnSelectionChange handler. |
|
|
Performs actions needed when the value for the control has been changed. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |
Version 4.0 | Generated 2025-05-03 | Home |