ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HintTextColor (Property)
In french: CouleurTexteIndication
The HintTextColor property gets and sets the hint text color of an Edit control.
Example
EDT_Name.Hint = "Enter a valid name"
EDT_Name.HintTextColor = PastelRed
SetFocusAndReturnToUserInput(EDT_Name)
Syntax

Getting the hint text color Hide the details

<Result> = <Edit control>.HintTextColor
<Result>: Integer or Integer constant
Color associated with the hint text. This color can correspond to:
<Edit control>: Control name
Name of the Edit control to be used.

Changing the hint text color Hide the details

<Edit control>.HintTextColor = <New color>
<Edit control>: Control name
Name of the Edit control to be used.
<New color>: Integer or Integer constant
Color associated with the hint text. This color can correspond to:
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/14/2024

Send a report | Local help