![]() |
![]() ![]() ![]() |
acEdit, acNumberEdit and acIPEdit components (in general, to all successors of TControl class).
|
property Color: TColor;
|
The Color property for acIPEdit component is the background color of edit control and every section of IP address. Use Color to read or change the background color of the control.
|
|
If a control's ParentColor property is True, then changing the Color property of the control's parent automatically changes the Color property of the control. When the value of the Color property is changed, the control's ParentColor property is automatically set to False.
|
ColorDisabled property.
|