|
|
|
|
|
HintTextColor (Property) In french: CouleurTexteIndication
The HintTextColor property gets and sets the hint text color of an Edit control. 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:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|