TdxDBSparklineEdit.ParentColor Property
In This Article
Specifies if the control has the same background color as its parent.
#Declaration
Delphi
property ParentColor; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the control has the same background color as its parent; otherwise, the Color property is in effect. |
#Remarks
The ParentColor property value automatically changes to False with every change of the Color property value.
The ParentColor
property’s default value is False
.
See Also