[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'MaskEdit' (#lcl)

TCustomMaskEdit.CanShowEmulatedTextHint

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

Declaration

Source position: maskedit.pp line 266

protected function TCustomMaskEdit.CanShowEmulatedTextHint: Boolean; override;

Function result

False if a value has been assigned to EditMask.

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

TCustomMaskEdit.EditMask

  

Contains the mask characters classes and literals used to format/obscure the value for the control.

TCustomEdit.CanShowEmulatedTextHint

  

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


Version 4.0 Generated 2025-05-03 Home