- Font variable
- Color of the icon bar of the window
- Color of an edit control
- Color of text in a Static control
- Color of the text in a button
- Color of the text in a Radio Button or Check Box control
- Color of the text in a List Box or Combo Box control
- Color of a TreeView control
- Color of the text displayed in a table cell, in a row or in a column
- Color of a ListView control
- Color of an Image control
- Color of a Tab control
- Color of a Sidebar control
- Limits
Color (Property) In french: Couleur
// The text color is modified according to the displayed value IF EDT_Total>15000 THEN EDT_Total..Color = LightRed END
Syntax <Result>: Integer or constant Color of specified element. This color can correspond to: <Element name>: Character string (with or without quotes) Name of element for which the text color must be found. This element can correspond to:- the name of a control in a window or in a page.
- the name of a report control.
- the name of a Font variable.
<Element name>: Character string (with or without quotes) Name of element for which the text color must be modified. This element can correspond to:- the name of a control in a window or in a page.
- the name of a report control.
- the name of a Font variable.
<New color>: Integer or constant New color for the specified element. This color can correspond to: Remarks Color of an edit control ..Color is used to find out and modify the color of the text typed.
This page is also available for…
|
|
|