[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 264
protected function TCustomMaskEdit.CanShowEmulatedTextHint: Boolean; override; |
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.
|
Indicates if the value in TextHint can be displayed in the edit control. |
lazarus-ccr.sourceforge.net |