Indicates if the value in TextHint can be displayed in the edit control.
Source position: stdctrls.pp line 798
protected function TCustomEdit.CanShowEmulatedTextHint: Boolean; virtual; |
True when the emulated text hint can be displayed.
CanShowEmulatedTextHint is a Boolean function which indicates if the value in TextHint can be emulated for the edit control. The return value is True when the following conditions are met:
CanShowEmulatedTextHint is used in the WMKillFocus method, and when the values in Text or TextHint are applied for the control.
Remark: | In the current LCL implementation, TextHint display is emulated for all widgetsets except Win32/Win64 (since ComCtlVersionIE6) and QT5/QT6. |
|
The text displayed and edited for the control. |
|
|
Default hint text shown when the Text property is empty for the control. |
|
|
Checks whether the control has focus. |
|
Lazarus Component Library (LCL) | Version 4.99-52ec4ab06d (2025-04-24) | Home |