[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the control can display its Hint or TextHint using the LCL capability layer.
Source position: maskedit.pp line 266
protected function TCustomMaskEdit.CanShowEmulatedTextHint: Boolean; override; |
False if a value has been assigned to EditMask.
CanShowEmulatedTextHint is an overridden Boolean function which indicates if the control can display its Hint or TextHint using the LCL capability layer in the Widget set class. CanShowEmulatedTextHint returns False when an edit mask has been assigned for the control. Otherwise, the inherited method is called to get the return value for the method.
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
|
|
Indicates if the value in TextHint can be displayed in the edit control. |
Version 4.0 | Generated 2025-05-03 | Home |