Unit 'MaskEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomMaskEdit.CanShowEmulatedTextHint

Indicates if the control can display its Hint or TextHint using the LCL capability layer.

Declaration

Source position: maskedit.pp line 264

protected function TCustomMaskEdit.CanShowEmulatedTextHint: Boolean; override;

Description

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.

See also

TCustomEdit.CanShowEmulatedTextHint

  

Indicates if the value in TextHint can be displayed in the edit control.