[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the control without the Space character literal used in the edit mask.
Source position: maskedit.pp line 273
protected function TCustomMaskEdit.GetTextWithoutSpaceChar( |
Value: TCaption |
):TCaption; |
Value |
|
Masked caption value examined and converted in the method. |
Text value for the control after the SpaceChar literal is converted to its conventional representation (#32).
GetTextWithoutSpaceChar is similar to GetTextWithoutMask - but leaves mask literals other than SpaceChar intact. It replaces all occurrences of SpaceChar that are not used as a mask literal with #32.
GetTextWithoutSpaceChar is used in the implementation of the Delphi compatible FormatMaskText routine.
|
Applies an edit mask to the specified string value. |
Version 4.0 | Generated 2025-05-03 | Home |