[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the text value for the control without formatting applied by an edit mask.
Source position: maskedit.pp line 272
protected function TCustomMaskEdit.GetTextWithoutMask( |
Value: TCaption |
):TCaption; |
Value |
|
Text value for the control without mask characters or formatting. |
Value for the control without formatting applied by EditMask.
GetTextWithoutMask is method used to get the text for the specified Value without the formatting applied by the EditMask. It ensures that any occurrences of SpaceChar not used as a mask literal are replaced with #32. Other mask literals are removed from Value. If the mask indicates it is saved as part of the data, leading or trailing whitespace is trimmed as required.
GetTextWithoutMask is used in the implementation of the RealGetText method.
|
Contains the value used to represent Space (#32) characters in the control value. |
|
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
|
|
Gets the value for the Text in the control. |
Version 4.0 | Generated 2025-05-03 | Home |