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

TControl.IsParentColor

Provides access to the value in the protected ParentColor property.

Declaration

Source position: controls.pp line 1646

public function TControl.IsParentColor: Boolean;

Function result

True when ParentColor is set to True.

Description

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

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