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

TCustomRadioGroup.OnSelectionChanged

Event called when the selected item changes

Declaration

Source position: extctrls.pp line 710

public property TCustomRadioGroup.OnSelectionChanged : TNotifyEvent
  read FOnSelectionChanged
  write FOnSelectionChanged;

Description

This event was introduced in Lazarus 0.9.31 and it is called when the selected item is changed. It is triggered when this is done by the user via, for example the mouse or keyboard, and is also triggered when the selected item is changed programatically.

See also

TCustomRadioGroup.OnClick

  

Event called when the selected item changes

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