RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MaskUtils.TMaskedText Type

TMaskedText is the type for the text that is typed into a masked edit control.

Pascal
TMaskedText = type string;
C++
type string TMaskedText;

TMaskedText is the value of a masked edit control's text before the mask is applied. 

 

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