[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the font for the control has been changed.
Source position: comboex.pas line 302
protected procedure TCustomCheckCombo.FontChanged( |
Sender: TObject |
); override; |
Sender |
|
Object for the event notification. |
FontChanged is an overridden method in TCustomCheckCombo. It sets the internal FNeedMeasure flag to recalculate the text height for check box Items displayed in the control, and calls the inherited method.
|
Internal member used to track whether the text height has been calculated for items in the control. |
|
|
Implements the event handler signalled when the Font has been changed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |