[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.IsParentFont

Provides access to the value in the protected ParentFont property.

Declaration

Source position: controls.pp line 1647

public function TControl.IsParentFont: Boolean;

Function result

True when ParentFont is set to True.

Description

Checks the value in the member for the protected ParentFont property. Used in places where we need to check ParentFont from TControl. Needed for widgetset classes.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.