[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides access to the value in the protected ParentColor property.
Source position: controls.pp line 1646
public function TControl.IsParentColor: Boolean; |
True when ParentColor is set to True.
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.
lazarus-ccr.sourceforge.net |