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

TValueListEditor.TitlesChanged

Event handler signalled when TitleCaptions is changed.

Declaration

Source position: valedit.pas line 176

protected procedure TValueListEditor.TitlesChanged(

  Sender: TObject

);

Arguments

Sender

  

Control triggering the event notification.

Description

TitlesChanged is a procedure which provides a default implementation for the event handler signalled when values in TitleCaptions are changed. TitlesChanged calls ShowColumnTitles and AdjustRowCount methods, and calls Invalidate to force the control to be redrawn.

TitlesChanged is assigned to the OnChange event handler in TitleCaptions when the control is created.


Version 3.2 Generated 2024-02-25 Home