[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the Text in the control.
Source position: maskedit.pp line 271
protected function TCustomMaskEdit.RealGetText: TCaption; override; |
Text for the control without mask literals.
RealGetText is an overridden TCaption function used to get the text value for the masked edit control. It calls the inherited method on entry to get the caption text for control. The value may contain mask literals inserted when the EditMask was applied to the value. When IsMasked is True, the GetTextWithoutMask method is called to remove the mask literals.
|
Gets the text value for the control without formatting applied by an edit mask. |
|
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
|
|
True if a non-empty value has been assigned to EditMask. |
|
|
Uses the TextHint display status when getting the value for Text. |
Version 4.0 | Generated 2025-05-03 | Home |