AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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:
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/02/2024

Señalar un error o enviar una sugerencia | Ayuda local