[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
If true, the Font of the control will be the same as the one from the Parent. Default is true.
Source position: controls.pp line 1440
protected property TControl.ParentFont : Boolean |
While this property is True, all changes to the font of the parent will be also done to the font of the control, syncronizing them and keeping them with the same value. If the Font of the control is changed by the application, then ParentFont will be automatically set to False.
|
The font to be used for text display in this control. |
lazarus-ccr.sourceforge.net |