[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the font in the control has been changed.
Source position: comboex.pas line 157
protected procedure TCustomComboBoxEx.FontChanged( |
Sender: TObject |
); override; |
Sender |
|
Object for the event notification. |
FontChanged is an overridden procedure in TCustomComboBoxEx. FontChanged sets the value in the internal FNeedMeasure flag to True to force the text height for Items to be recalculated. FontChanged calls the inherited method prior to exiting from the procedure.
|
Implements the event handler signalled when the Font has been changed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |