BackColor Property
|
Gets or sets the background color for text within the control.
SYNTAX
Pseudo-OOP:
Set:
<WindowName>.BackColor
:= anBackColor
<ParentWindowName>.<ControlName>.BackColor := anBackColor
Get:
<WindowName>.BackColor → anBackColor
<ParentWindowName>.<ControlName>.BackColor → anBackColor
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, BackColor, anBackColor )
SetProperty ( <WindowName>, BackColor, anBackColor )
Get:
GetProperty ( <ParentWindowName>, <ControlName>, BackColor
) --> anBackColor
GetProperty ( <WindowName>, BackColor ) --> anBackColor
DESCRIPTION:
Sets the background color for the text written in the control. It is an array of 3 value for Red, Green and Blue ie: { 100, 200, 100 }