RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMaskEdit Methods

The methods of the TCustomMaskEdit class are listed here.

 
Name 
Description 
 
Moves the cursor to the closest editable character and selects it if nothing is currently selected. 
 
Permits the user to edit control contents. 
 
Returns the index in the EditMask of the first nonliteral character. 
 
Returns the index in the EditMask of the last nonliteral character. 
 
Returns the length of the EditText
 
Returns the first index of a nonliteral character equal to or greater than an offset. 
 
Returns the first index of a nonliteral character equal to or less than an offset. 
 
Returns the endpoints of the current selection in the EditText
 
Supplements the inherited KeyDown to process navigation keys and the Delete key. 
 
Supplements the inherited method to process the Esc and Enter keys. 
 
Key up event dispatcher. 
 
Applies the mask NewMask to the underlying text, and updates the internal representation of the mask. 
 
Returns the EditText to its value at the time when the edit control last lost focus. 
 
Moves the cursor to the first editable character at or before Pos, and selects that character. 
 
Selects character range. 
 
Validates a specified string against the current mask. 
 
Beeps and raises an EDBEditError exception. 
 
Name 
Description 
 
Sets the Text property to an empty string. 
 
Returns the length of the underlying text. 
 
Validates the EditText against the current mask. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!