IControl.ParentFont

Syntax

ParentFont: Boolean;

Description

The ParentFont property determines whether the font (set with the help of Font property) of the parent component, the component on which it is placed, should be used for this component.

Comments

If the ParentFont property is set to True in all components of the form, all font attributes of each component should be determined by the Font property of the form. The change of the Font property of any component automatically changes the ParentFont property to False.

See also:

IControl