RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMaskEdit.GetTextLen Method

Returns the length of the underlying text.

Pascal
function GetTextLen: Integer; reintroduce;
C++
__fastcall int GetTextLen();

Use GetTextLen to determine the length of the underlying text for the masked edit control. The underlying text has not been formatted for display by the mask, and may differ from the EditText that appears in the window of the control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!