Uses the font from the Parent when enabled.
Source position: forms.pp line 744
public property TCustomForm.ParentFont : Boolean |
If true, the Font will be the same as the one from the Parent. The default value for the property is False in TCustomForm.
While ParentFont is True, all changes to the font in the parent will also be applied to the font for the control. This synchronizes them, keeping them set to the same values. If changes are made directly to the Font property in the control, then ParentFont is automatically be set to False.
|
If True, the Font of the control will be the same as the one from the Parent. Default is True. |