Status for the emulated TextHint in the control.
Source position: stdctrls.pp line 864
public property TCustomEdit.EmulatedTextHintStatus : TEmulatedTextHintStatus |
EmulatedTextHintStatus is a read-only TEmulatedTextHintStatus property which contains the status value for an emulated TextHint display in the control. EmulatedTextHintStatus is used when a value has been assigned to the TextHint property and the widgetset does not natively implement the capability. The LCL emulates the TextHint display by assigning the value in TextHint to the Text for the control.
EmulatedTextHintStatus is updated in the ShowEmulatedTextHint and HideEmulatedTextHint methods.
|
Status values for an emulated TextHint display in a control. |
|
|
Default hint text shown when the Text property is empty and the control is not focused. |
|
|
The text displayed and edited for the control. |
CT Web help |
CodeTyphon Studio |