TdxCustomDockControlProperties.Color Property
Specifies the default value of the Color property of dynamically created dock controls.
Declaration
property Color: TColor read; write; default clBtnFace;
Property Value
Type | Default | Description |
---|---|---|
TColor | clBtnFace | A color. |
Remarks
Use the Color property to set the default value for the Color property of dock controls created dynamically.
The default value of the Color property is clBtnFace.
See Also